On Monday 16 March 2015 22:29:19 Denis Shienkov wrote: > Hi Thiago, > > > Try lowering your MTU to 1280. > > Yeees.. I replaced 1500 on 1280 and it now work on Linux! Many many thanks! > > :) > > But it is strange, because on Windows I have MTU 1500 on same Ethernet > interface.. But, ok,,,
The TCP/IP stack is different on Windows, so it might be doing the Path MTU discovery differently. It's also possible that the SSH implementation as well as the OpenSSL one are different, resulting in different packets being exchanged over the network. The problem you're seeing is when a packet is too big and gets dropped. You should report this issue to your network administrator. It's a really bad problem and they have to fix it. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
