| commit | 314dd4b2f33c22330f3f4272b1605fb0d8fbc58b | [log] [download] |
|---|---|---|
| author | Damien Miller <djm@mindrot.org> | Wed Mar 15 12:05:22 2006 +1100 |
| committer | Damien Miller <djm@mindrot.org> | Wed Mar 15 12:05:22 2006 +1100 |
| tree | 821bb43145d5df6847b75b5b6e0a3cefdad2df5d | |
| parent | b24c2f8e33781be43702d8cfc69d4fbd0547e638 [diff] |
- dtucker@cvs.openbsd.org 2006/03/13 08:33:00
[packet.c]
Set TCP_NODELAY for all connections not just "interactive" ones. Fixes
poor performance and protocol stalls under some network conditions (mindrot
bugs #556 and #981). Patch originally from markus@, ok djm@