| Summary: | Flow stop in SSH2 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Jørgen Thomsen <shopping> | ||||
| Component: | sshd | Assignee: | OpenSSH Bugzilla mailing list <openssh-bugs> | ||||
| Status: | CLOSED FIXED | ||||||
| Severity: | normal | CC: | briang | ||||
| Priority: | P2 | ||||||
| Version: | 3.9p1 | ||||||
| Hardware: | ix86 | ||||||
| OS: | Linux | ||||||
| Bug Depends on: | |||||||
| Bug Blocks: | 1155 | ||||||
| Attachments: |
|
||||||
|
Description
Jørgen Thomsen
2005-02-04 21:54:26 AEDT
Does the window-adjust make it to the server or is it held up in the client (or
network stack)? Try running the server in debug mode ("/path/to/ssh -ddd") and
check for the adjust messages.
Created attachment 811 [details] Set TCP_NODELAY for all connections not just interactive ones Does this patch make any difference (from bug #556)? I am observing problem this as I have changed the port forwarding. The ports were forward to my router IP (external one) which would then route the data to the server. This was inefficient, but should not be a problem. Now I have changed the IP to the actual server IP were sshd and the other programs are running. There seems to be a change in behaviour, so that flow stops are less frequent and eventually will recover by itself, but I need more observations. The patch breaks the dynamic forwarding regress test on OpenBSD. This might be a bug in nc's SOCKS support rathen than a problem with nodelay though... The bug in OpenBSD's nc has been fixed - it was no fault of Darren's patch. Comment on attachment 811 [details]
Set TCP_NODELAY for all connections not just interactive ones
i think it is time for this patch to go in, ok by me
There's also the equivalent patch for sshd (bug #556). *** Bug 556 has been marked as a duplicate of this bug. *** Patch applied and will be in 4.4. Thanks all. With the release of 4.4, we believe that this bug is now closed. For information about the release please see http://www.openssh.com/txt/release-4.4 . |