On 10/06/2011 10:06 PM, exar...@twistedmatrix.com wrote: >> I also ran a tcpdump to confirm � The opposite server is obviously >> pushing >> content to the socket in arbitrary frequencies, ending up in my >> dataReceived() method to get called arbitrarily as well. > > This is not so obvious. Any hop along the route may fragment the data.
It is quite unusual (though not unheard of) for something to re-segment the TCP stream. IP level fragmentation might occur, but it's relatively uncommon in todays IP networks, and is anyway irrelevant to TCP - the TCP stack will only see a reassembled IP packet. _______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python