Mailing List Archive

[Bug 556] TCP_NODELAY not set for non-interactive sessions
http://bugzilla.mindrot.org/show_bug.cgi?id=556

markus@openbsd.org changed:

What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |enhancement
Summary|TCP_NODELAY not set |TCP_NODELAY not set for non-
|completely for port |interactive sessions
|forwarding |



------- Additional Comments From markus@openbsd.org 2003-08-27 04:02 -------
this would probably be better....

folly% cvs -qd /cvs diff -u packet.c
Index: packet.c
===================================================================
RCS file: /cvs/src/usr.bin/ssh/packet.c,v
retrieving revision 1.109
diff -u -r1.109 packet.c
--- packet.c 10 Jul 2003 14:42:28 -0000 1.109
+++ packet.c 26 Aug 2003 18:02:44 -0000
@@ -1429,8 +1429,7 @@
/* Only set socket options if using a socket. */
if (!packet_connection_is_on_socket())
return;
- if (interactive)
- set_nodelay(connection_in);
+ set_nodelay(connection_in);
packet_set_tos(interactive);
}

[1]
folly%



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.