Fixed Nagle algorithm as reported by Bob Grice.

This commit is contained in:
christiaans
2006-10-10 07:48:27 +00:00
parent 8a31c6f807
commit 729da3c873
2 changed files with 7 additions and 2 deletions

View File

@@ -56,6 +56,9 @@ HISTORY
++ Bug fixes:
2006-10-10 Christiaan Simons
* api_msg.c: Fixed Nagle algorithm as reported by Bob Grice.
2006-08-17 Christiaan Simons
* udp.c: Fixed bug #17200, added check for broadcast
destinations for PCBs bound to a unicast address.