BUG20779: cope with SYN packets received during established states,

and retransmission of initial SYN.
This commit is contained in:
kieranm
2009-03-31 10:55:31 +00:00
parent e7a2ab5de9
commit baf30f5eae
2 changed files with 13 additions and 2 deletions

View File

@@ -76,6 +76,9 @@ HISTORY
++ Bugfixes:
2009-03-31 Kieran Mansley
* tcp_in.c: cope with SYN packets received during established states,
and retransmission of initial SYN.
* tcp_out.c: set push bit correctly when tcp segments are merged
2009-03-27 Kieran Mansley