cvs commit: src/sys/netinet tcp_sack.c

Mohan Srinivasan mohans at FreeBSD.org
Mon Jan 23 17:16:18 PST 2006


mohans      2006-01-24 01:16:18 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/netinet          tcp_sack.c 
  Log:
  Avoid an infinite loop in sack scoreboard processing when the per-hole
  limits or global scoreboard limits are reached, or when memory
  exhaustion occurs. This can occur when an existing hole fails to be
  split due to limits or memory exhaustion.
  
  Found by:     Scott Wood <s.wood at f5.com>
  Submitted by: Raja Mukerji <raja at mukerji.com>
  Reviewed by:  Mohan, Noritoshi, and Scott
  
  Revision  Changes    Path
  1.3.2.10  +3 -2      src/sys/netinet/tcp_sack.c


More information about the cvs-src mailing list