fixed bug #37184 tcp_write problem for pcbs in the SYN_SENT state

This commit is contained in:
Simon Goldschmidt
2014-05-20 22:12:36 +02:00
parent 1204f15bfa
commit 9148ab79f3
2 changed files with 4 additions and 0 deletions

View File

@@ -100,6 +100,9 @@ HISTORY
++ Bugfixes:
2014-05-20: Simon Goldschmidt
* tcp_out.c: fixed bug #37184 tcp_write problem for pcbs in the SYN_SENT state
2014-05-19: Simon Goldschmidt
* *.h: Fixed bug #35874 reserved identifier violation (removed leading underscores
from header include guards)