Hi, On Sun, Nov 28, 2010 at 23:26, Alex Pankratov <[email protected]> wrote: > Just need a drop in replacement for TCP sockets, i.e. if I have > two nodes talking over UDP, I want a simple way for them to do > TCP as well.
Maybe you could try to isolate this code: http://code.google.com/p/libjingle/source/browse/trunk/talk/p2p/base/pseudotcp.h http://code.google.com/p/libjingle/source/browse/trunk/talk/p2p/base/pseudotcp.cc Or you could try to use this library https://github.com/bittorrent/libutp (thanks to Zooko for bringing to my knowledge the existence of this protocol). seb _______________________________________________ p2p-hackers mailing list [email protected] http://lists.zooko.com/mailman/listinfo/p2p-hackers
