]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove a KASSERT in the sack path that fails because of a interaction
authorps <ps@FreeBSD.org>
Wed, 24 Aug 2005 02:48:45 +0000 (02:48 +0000)
committerps <ps@FreeBSD.org>
Wed, 24 Aug 2005 02:48:45 +0000 (02:48 +0000)
commit813fe6cce62d257dba7802a1a78285f91cc9df85
treee5de411469013f3b21bf1546c483068d4bdb3e07
parent44ee0af629de91dce6bd05c8e5b63046f51538c5
Remove a KASSERT in the sack path that fails because of a interaction
between sack and a bug in the "bad retransmit recovery" logic. This is
a workaround, the underlying bug will be fixed later.

Submitted by:   Mohan Srinivasan, Noritoshi Demizu
sys/netinet/tcp_input.c
sys/netinet/tcp_reass.c