pyrudp

Chris Angelico rosuav at gmail.com
Wed Jan 30 19:14:27 EST 2013


On Thu, Jan 31, 2013 at 11:04 AM, Jorge Alberto Diaz Orozco
<jaorozco at estudiantes.uci.cu> wrote:
> I have restrictions in my system that does not allow me to use TCP, so I want to make a pipe over UDP imitating TCP behavior.
> I have control over both endpoints, and I´m writing both of them.
> I just don´t want to re-invent the wheel and I´m looking for a reliable UDP sockets implementation for Python so I can start from there.

Then... I think the place to start is here:

http://www.ietf.org/rfc/rfc793.txt

ChrisA



More information about the Python-list mailing list