- Package:
- openssh-server
- Source:
- openssh
- Description:
- secure shell (SSH) server, for secure access from remote machines
- Submitter:
- Paul Szabo
- Date:
- 2015-12-05 21:33:08 UTC
- Severity:
- normal
Seems to me that sshd should, but does not, set TCP_NODELAY on the port used for X11 forwarding. I am not sure about other forwarded ports; sshd seems to set TCP_NODELAY and also IPTOS_LOWDELAY on the "command" connection only. Quoting from http://www.openssh.com/txt/release-3.1 - TCP_NODELAY set on X11 and TCP forwarding endpoints Is this a bug that could be fixed? Thanks, Paul Paul Szabo psz@maths.usyd.edu.au http://www.maths.usyd.edu.au/u/psz/ School of Mathematics and Statistics University of Sydney Australia
What it does not set is IPTOS_LOWDELAY ... but maybe that is not useful anyway. Cheers, Paul Paul Szabo psz@maths.usyd.edu.au http://www.maths.usyd.edu.au/u/psz/ School of Mathematics and Statistics University of Sydney Australia