commit | 1ebd7a5342a91f8aaa3eabd6c86c7afe8d663cd6 | [log] [download] |
---|---|---|
author | Ben Lindstrom <mouring@eviladmin.org> | Tue Feb 26 18:12:51 2002 +0000 |
committer | Ben Lindstrom <mouring@eviladmin.org> | Tue Feb 26 18:12:51 2002 +0000 |
tree | 661c0e5ccf8ce7a9b599430d3e160eaa937916ee | |
parent | 90fd814f90a5733584d8c2d877924469ac39d819 [diff] |
- stevesk@cvs.openbsd.org 2002/02/24 19:59:42 [channels.c misc.c] disable Nagle in connect_to() and channel_post_port_listener() (port forwarding endpoints). the intention is to preserve the on-the-wire appearance to applications at either end; the applications can then enable TCP_NODELAY according to their requirements. ok markus@