Added check to prevent tcp_pcb->snd_queuelen from overflowing.

This commit is contained in:
goldsimon
2007-06-29 17:09:47 +00:00
parent af71292aba
commit 6c3c184bc7
2 changed files with 7 additions and 2 deletions

View File

@@ -238,6 +238,9 @@ HISTORY
++ Bug fixes:
2007-06-28 Simon Goldschmidt
* tcp_out.c: Added check to prevent tcp_pcb->snd_queuelen from overflowing.
2007-06-28 Simon Goldschmidt
* tcp.h: Fixed bug #20287: Fixed nagle algorithm (sending was done too early if
a segment contained chained pbufs)