Em qui 06 fev 2014, às 12:54:59, Sarajärvi Tony escreveu: > We've discovered (just lately) that in some cases incoming TCP packages are > bundled together. Somewhere along the line in our network code the first > TCP packet is drawn from buffers, but the remainders are left there.
That's normal. We get as many bytes as FIONREAD tells us that are available. The only requirement is that we get a new read activation on select the next time around, which we will. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center _______________________________________________ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development