[Development] CI broken again?

Thiago Macieira thiago.macieira at intel.com
Thu Feb 6 17:34:44 CET 2014


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




More information about the Development mailing list