"Grant Edwards" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]

> It's very probable that the TCP stack will combine chunks and
> send out full Ethernet frames (4K bytes).
>
> You're probably going to have to either put a time delay in the
> loop, or wait for each chunk to be acknowledged before sending
> the next one.

Yes, although it would be a rather perverse design from the
controller point of view (it's not clear to me whether that is
a given).


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to