2008-01-15 Kieran Mansley

* tcp_out.c: BUG20511.  Modify persist timer to start when we are
    prevented from sending by a small send window, not just a zero
    send window.
This commit is contained in:
kieranm
2008-01-15 13:00:51 +00:00
parent 7518acf634
commit 6f00cbb6ef
2 changed files with 17 additions and 7 deletions

View File

@@ -592,6 +592,12 @@ HISTORY
++ Bug fixes:
2008-01-15 Kieran Mansley
* tcp_out.c: BUG20511. Modify persist timer to start when we are
prevented from sending by a small send window, not just a zero
send window.
2008-01-09 Jonathan Larmour
* opt.h, ip.c: Rename IP_OPTIONS define to IP_OPTIONS_ALLOWED to avoid
conflict with Linux system headers.