[Twisted-Python] How could I add reliability to a udp client

Eddy Xu eddyxu at 126.com
Wed Nov 2 02:05:51 EST 2005


This is my situation: I have a client to send UDP messages to multi
servers, and I have to ensure all the messages be recieved by special
server. If the client didn't get the response , it should re-send the
message for times. I think i need maintain a FIFO queue for all
messages, but i have no idea how to deal with the different status of
message, such as send but not recieved message, don't be send, and have
resent for times. Can you help me?




More information about the Twisted-Python mailing list