Fixed bug #21080 (tcp_bind without check pcbs in TIME_WAIT state) by checking tcp_tw_pcbs also

This commit is contained in:
goldsimon
2007-09-20 18:27:50 +00:00
parent 4ffafdeb86
commit 0aa3d89134
2 changed files with 16 additions and 0 deletions

View File

@@ -405,6 +405,10 @@ HISTORY
++ Bug fixes:
2007-09-20 Simon Goldschmidt
* tcp.c: Fixed bug #21080 (tcp_bind without check pcbs in TIME_WAIT state)
by checking tcp_tw_pcbs also
2007-09-19 Simon Goldschmidt
* icmp.c: Fixed bug #21107 (didn't reset IP TTL in ICMP echo replies)