The last set of commits fixed both a panic (in rack) and an ACK-war (in freebsd and bbr).
However there was a missing case, i.e. where we get an out-of-order FIN by itself.
In such a case we don't want to leave the FIN bit set, otherwise we will do the
wrong thing and ack the FIN incorrectly. Instead we need to go through the
tcp_reasm() code and that way the FIN will be stripped and all will be well.
Details
Details
We can use the tcp-test-suite with reorder_5F4321.pkt to test this case.
Diff Detail
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped