https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206716
--- Comment #5 from Chris Stankevitz <[email protected]> --- (In reply to timon from comment #4) Thank you. I modified the example to increase the buffer size (vs. decrease) and I see the same thing. It must be that the conclusions reached in this discussion are wrong: == begin quote of [1] == So, I looked at what getsockopt SO_RCVBUF returns, and it returns: case SO_RCVBUF: optval = so->so_rcv.sb_hiwat; Which is NOT S-BMAX, so it looks like OpenSSH only ever gets 66052 bytes for the buffer... If it's decided to base it's waiting for ack on SO_RCVBUF, then this is probably where the issue is... == end quote of [1] === So it sounds like this bug should be closed/worksforme. Chris [1] http://freebsd.1045724.n5.nabble.com/ssh-over-WAN-TCP-window-too-small-tp6035112p6035301.html -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-amd64 To unsubscribe, send any mail to "[email protected]"
