Fixed bug #27504: tcp_enqueue wrongly concatenates segments which are not consecutive when retransmitting unacked segments

This commit is contained in:
goldsimon
2009-10-11 13:06:44 +00:00
parent c0e22c255c
commit ac638c85f3
2 changed files with 7 additions and 1 deletions

View File

@@ -43,6 +43,10 @@ HISTORY
++ Bugfixes:
2009-10-11 Simon Goldschmidt (Jörg Kesten)
* tcp_out.c: Fixed bug #27504: tcp_enqueue wrongly concatenates segments
which are not consecutive when retransmitting unacked segments
2009-10-09 Simon Goldschmidt
* opt.h: Fixed default values of some stats to only be enabled if used
Fixes bug #27338: sys_stats is defined when NO_SYS = 1