cvs commit: src/sys/netinet tcp_syncache.c

Stephan Uphoff ups at FreeBSD.org
Mon Jun 16 19:57:09 UTC 2008


ups         2008-06-16 19:56:59 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp_syncache.c 
  Log:
  SVN rev 179832 on 2008-06-16 19:56:59Z by ups
  
  Fix a check in SYN cache expansion (syncache_expand()) to accept packets that arrive in the receive window instead of just on the left edge of the receive window.
  This is needed for correct behavior when packets are lost or reordered.
  
  PR:     kern/123950
  Reviewed by:    andre@, silby@
  Reported by:    Yahoo!, Wang Jin
  MFC after:      1 week
  
  Revision  Changes    Path
  1.146     +7 -4      src/sys/netinet/tcp_syncache.c


More information about the cvs-all mailing list