tcp/reass: Fix the cases that FIN got lost during reassemble
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Wed, 30 May 2012 03:34:22 +0000 (11:34 +0800)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Wed, 30 May 2012 03:37:56 +0000 (11:37 +0800)
commit53432beea93235929534ce08d2f2f7cf6bd40253
tree291caf0cd6e7348b929bf32ab87c4d182a24f97a
parent9ba0ed2f0a35e061e17843329b9a1e64e8a47181
tcp/reass: Fix the cases that FIN got lost during reassemble

While im here, set SACK report's right edge correctly if the current
segment could be merged with its succeeding segment.
sys/netinet/tcp_input.c