> 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