On 04:22 pm, fabian.rothfu...@googlemail.com wrote:
Hey there,

I'm currently implementing a Telnet Client, which is actually talking to a
Console Server mapping Telnet to an RS232 interface.

[snip]

and this is the result:
#------
drudge:Desktop rothfuchs$ p s12.py
received:


received: MM
USE

received: RID:
#------

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.
My question: is there any best practice for buffer techniques here?

This question is too vague.  What problem are you trying to solve?

Jean-Paul

_______________________________________________
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Reply via email to