On 21 February 2011 06:26, Jason Heeris <[email protected]> wrote: > So how I do I deal with protocol errors in a connectionless protocol?
This might be better expressed as how do you write a protocol to handle errors when using an unreliable transport. It down to your protocol as to how you need to handle errors by for instance sending a NACK or re-transmitting a request. Michael _______________________________________________ Twisted-Python mailing list [email protected] http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
