RetroShare/libretroshare/src/tcponudp
drbob bc7b42d81f Rework of tcponudp/tcpstream should make UDP connections much more stable.
- Fixed retransmit algorithm. Much more closely matched to TCP standard: http://tools.ietf.org/html/rfc2988
	- This increases retransmit timeouts, and reduces the number of packets resent.
	- Added better debugging for retrans/close as separate #defines.
	- Further testing is required ;)



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5252 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-06-24 02:06:24 +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
rsudpstack.h More Udp Connection Bugfixes: 2011-07-15 11:13:20 +00:00
tcppacket.cc Changes to integrate bitdht into libretroshare. 2010-07-31 18:14:10 +00:00
tcppacket.h Significant changes to aid UDP connections. 2008-02-27 02:32:20 +00:00
tcpstream.cc Rework of tcponudp/tcpstream should make UDP connections much more stable. 2012-06-24 02:06:24 +00:00
tcpstream.h Rework of tcponudp/tcpstream should make UDP connections much more stable. 2012-06-24 02:06:24 +00:00
tou.cc Removed some more compiler warnings from Windows compile (GCC 4.4). 2012-02-17 10:03:38 +00:00
tou.h Removed some more compiler warnings from Windows compile (GCC 4.4). 2012-02-17 10:03:38 +00:00
udppeer.cc Added a name to the RsMutex class. 2011-07-04 22:59:39 +00:00
udppeer.h Merged Changes /branches/v0.5-peernet/libretroshare/:r4237-4358 2011-06-29 18:02:44 +00:00
udprelay.cc Removed some std::ostringstream. 2012-04-18 00:00:59 +00:00
udprelay.h * Enabled Relays by default. 2012-01-20 17:50:19 +00:00
udpstunner.cc Removed some std::ostringstream. 2012-04-18 00:00:59 +00:00
udpstunner.h Reversed Changes for Testing Purposes. 2012-01-11 10:24:37 +00:00