This is a discussion on Re: Stange sshd problem... bug? within the OpenSSH Development forums, part of the Networking and Network Related category; Pedro Bezunartea Lopez wrote: > That did it! Thanks a lot! The thing is that my linux client box won'...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Pedro Bezunartea Lopez wrote: > That did it! Thanks a lot! The thing is that my linux client box won't be > using window scaling, right? That will make certain connections, or should > I say large information transfers slower? I can live with that for this > machine. Yes, you'll effectively be limited to window scale of 0 which puts your maximum buffer at 64k. You won't see a problem unless your bandwidth delay product (BDP) exceeds that value. You can determine your BDP by multiplying the bandwidth by the round trip time. > I should also say that this affects to all connections, not just ssh. Yes. This will impact all of your connections. > Thanks again for your help! let's hope the kernel folks can fix this soon... Well, its not something that the linux kernel people need to fix. In fact, having this problem come up is probably a good thing as it will spur people to fix the problems in the intermediate boxes. _______________________________________________ openssh-unix-dev mailing list openssh-unix-dev@mindrot.org http://lists.mindrot.org/mailman/lis...enssh-unix-dev |