On Thu, Jan 31, 2013 at 11:04 AM, Jorge Alberto Diaz Orozco
<jaoro...@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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to