Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #37973

Re: pyrudp

References <51099B55.80808@davea.name> <ea249374-ef0b-488f-a71f-223ac6fa34ef@ucimail4.uci.cu>
Date 2013-01-31 11:14 +1100
Subject Re: pyrudp
From Chris Angelico <rosuav@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.1238.1359591270.2939.python-list@python.org> (permalink)

Show all headers | View raw


On Thu, Jan 31, 2013 at 11:04 AM, Jorge Alberto Diaz Orozco
<jaorozco@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

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: pyrudp Chris Angelico <rosuav@gmail.com> - 2013-01-31 11:14 +1100

csiph-web