sftp performance problem, cured by TCP_NODELAY

Rick Jones rick.jones2 at hp.com
Fri Jan 27 09:17:02 EST 2006


> but not for things that send messages around like
> ssh does.  however, it probably makes sense to
> always disable nagle in ssh.

Sending messages in and of themselves isn't an issue with Nagle.  Sending 
messages in separate calls to send() is an issue that interacts with Nagle.

rick j ones




More information about the openssh-unix-dev mailing list