RetroShare/libretroshare/src/tcponudp
drbob 8b230a55cf Significant changes to aid UDP connections.
* Added Period and Delay parameters to connections.
   - Delay is used to avoid simultaneous TCP connections.
   - Period is used to regulate UDP connections.
 * added Delay code to pqissl.
 * added Period code to tcponudp / pqissludp.
 * modified TTL modification code.
 * increased SynPktRetransmit value.
 * fixed retrans() timeout (one reason code wasn't working before!)
 * fixed tou_close() SEGV bug.
 * modified pqissludp tou_socket creation. (non permanent now).
 * Modified format of peerConnectRequest() CB to make it more useful and rewrote function.
 * Enabled pqissludp NetInterface.
 * using Id comparision to determine Active/Passive UDP connection state.
 * added #def to disable TCP connections. (for testing)
 * enabled UDP connections from retryConnect() function.
 * corrected EXT check in retryConnect() function.
 * + lots of debug output and other stuff.



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@358 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-02-27 02:32:20 +00:00
..
bio_tou.h Created V0.3.x branch and moved the head into the trunk directory. 2007-11-15 03:18:48 +00:00
bss_tou.c Created V0.3.x branch and moved the head into the trunk directory. 2007-11-15 03:18:48 +00:00
internal_tou.cc Created V0.3.x branch and moved the head into the trunk directory. 2007-11-15 03:18:48 +00:00
largefile_tou.cc Significant changes to aid UDP connections. 2008-02-27 02:32:20 +00:00
Makefile Changes to libretroshare to make the system compile on Mac OSX 10.3 2008-02-03 06:17:33 +00:00
pair_tou.cc Significant changes to aid UDP connections. 2008-02-27 02:32:20 +00:00
reset_tou.cc Significant changes to aid UDP connections. 2008-02-27 02:32:20 +00:00
tcppacket.cc Created V0.3.x branch and moved the head into the trunk directory. 2007-11-15 03:18:48 +00:00
tcppacket.h Significant changes to aid UDP connections. 2008-02-27 02:32:20 +00:00
tcpstream.cc Significant changes to aid UDP connections. 2008-02-27 02:32:20 +00:00
tcpstream.h Significant changes to aid UDP connections. 2008-02-27 02:32:20 +00:00
test_tou.cc Significant changes to aid UDP connections. 2008-02-27 02:32:20 +00:00
tou.cc Significant changes to aid UDP connections. 2008-02-27 02:32:20 +00:00
tou.h Significant changes to aid UDP connections. 2008-02-27 02:32:20 +00:00
tou_errno.h Created V0.3.x branch and moved the head into the trunk directory. 2007-11-15 03:18:48 +00:00
tou_net.cc Created V0.3.x branch and moved the head into the trunk directory. 2007-11-15 03:18:48 +00:00
tou_net.h Changes to libretroshare to make the system compile on Mac OSX 10.3 2008-02-03 06:17:33 +00:00
udp_server.cc Significant changes to aid UDP connections. 2008-02-27 02:32:20 +00:00
udplayer.cc The first commit of the new UDP Connection methods and 2008-01-25 06:11:39 +00:00
udplayer.h The first commit of the new UDP Connection methods and 2008-01-25 06:11:39 +00:00
udpsock_test.cc The first commit of the new UDP Connection methods and 2008-01-25 06:11:39 +00:00
udpsort_test.cc The first commit of the new UDP Connection methods and 2008-01-25 06:11:39 +00:00
udpsorter.cc Tweaks to get the UPnP working. Corrected network address passing, 2008-02-11 16:27:55 +00:00
udpsorter.h The first commit of the new UDP Connection methods and 2008-01-25 06:11:39 +00:00
udptestfn.cc The first commit of the new UDP Connection methods and 2008-01-25 06:11:39 +00:00
udptestfn.h The first commit of the new UDP Connection methods and 2008-01-25 06:11:39 +00:00