Package: openssh-server Version: 1:5.1p1-5 Both the ssh client and server disable Nagle's protocol on their sockets. There appears to be no way to reenable it (grep for set_nodelay in the source).
For some protocols tunneled over ssh, it would be helpful if it were
possible to reenable Nagle. This issue surfaced with the Darcs VCS,
which typically uses ssh to communicate with the repository.
Controlling Nagle should be done on the client, since only the client
knows what the socket will be used for. However, it should control both
the client and server socket, since the server socket usually transmits
the bulk of the data.
Juliusz Chroboczek
pgp68qvfOBch9.pgp
Description: PGP signature
_______________________________________________ darcs-users mailing list [email protected] http://lists.osuosl.org/mailman/listinfo/darcs-users
