[Twisted-Python] Error (and response) handling in protocols
Michael Thompson
michaelnt at gmail.com
Sun Feb 20 23:50:40 MST 2011
On 21 February 2011 06:26, Jason Heeris <jason.heeris at gmail.com> 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
More information about the Twisted-Python
mailing list