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


Groups > comp.lang.python > #37973 > unrolled thread

Re: pyrudp

Started byChris Angelico <rosuav@gmail.com>
First post2013-01-31 11:14 +1100
Last post2013-01-31 11:14 +1100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

#37973 — Re: pyrudp

FromChris Angelico <rosuav@gmail.com>
Date2013-01-31 11:14 +1100
SubjectRe: pyrudp
Message-ID<mailman.1238.1359591270.2939.python-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web