[Bug 1983] add an option for disabling buffering

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Fri Mar 9 10:15:34 EST 2012


https://bugzilla.mindrot.org/show_bug.cgi?id=1983

Darren Tucker <dtucker at zip.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dtucker at zip.com.au

--- Comment #2 from Darren Tucker <dtucker at zip.com.au> 2012-03-09 10:15:34 EST ---
Are you sure it's not the remote command that's causing the buffering? 
sshd will send output to the network as soon as it's available,
although it may get buffered in the TCP stack.

this:
$ ssh localhost "tty; while sleep 1; do date; done"

gives me "not a tty" and output at approximately 1 second intervals.

-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.


More information about the openssh-bugs mailing list