diff options
author | andre <andre@FreeBSD.org> | 2007-06-10 21:07:21 +0000 |
---|---|---|
committer | andre <andre@FreeBSD.org> | 2007-06-10 21:07:21 +0000 |
commit | 445024c7ff4986844b8675e79a722921503413dc (patch) | |
tree | 832c8d213ff37a60527e819b7443e39c1ac7301e /sys/ia64/include/vmparam.h | |
parent | 51abe2d2e3af98e0f70ed990ae603c09c5346348 (diff) | |
download | FreeBSD-src-445024c7ff4986844b8675e79a722921503413dc.zip FreeBSD-src-445024c7ff4986844b8675e79a722921503413dc.tar.gz |
Fix a case in tcp_do_segment() where tcp_update_sack_list() would
be called with an incorrect segment end value. tcp_reass() may
trim segments when they overlap with already existing ones in the
reassembly queue. Instead of saving the segment end value before
the call to tcp_reass() compute it on the fly based on the effective
segment length afterwards.
This bug was not really problematic as no information got lost and
the eventual SACK information computation was correct nontheless.
MFC after: 1 week
Diffstat (limited to 'sys/ia64/include/vmparam.h')
0 files changed, 0 insertions, 0 deletions