cvs commit: src/sys/netinet tcp_input.c tcp_subr.c

Paul Saab ps at FreeBSD.org
Sat Apr 9 22:21:30 PDT 2005


ps          2005-04-10 05:21:29 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp_input.c tcp_subr.c 
  Log:
  - If the reassembly queue limit was reached or if we couldn't allocate
    a reassembly queue state structure, don't update (receiver) sack
    report.
  - Similarly, if tcp_drain() is called, freeing up all items on the
    reassembly queue, clean the sack report.
  
  Found, Submitted by:    Noritoshi Demizu <demizu at dd dot iij4u dot or dot jp>
  Reviewed by:    Mohan Srinivasan (mohans at yahoo-inc dot com),
                  Raja Mukerji (raja at moselle dot com).
  
  Revision  Changes    Path
  1.269     +3 -1      src/sys/netinet/tcp_input.c
  1.221     +1 -0      src/sys/netinet/tcp_subr.c


More information about the cvs-src mailing list