RetroShare/libretroshare/src/tcponudp
Gioacchino Mazzurco 4a138e07b9
Implement IPv6 listening
With this commit IPv6-v3 surpass v0.6-IPv6-2 in term of features
  obsoleting it.
p3BitDht handle gracefully unwanted non IPv4 addresses
rsUdpStack handle gracefully unwanted non IPv4 addresses
pqissludp handle gracefully unwanted non IPv4 addresses
Move single address limitation workaround from
  p3discovery2::sendOwnContactInfo to better
  place p3PeerMgrIMPL::UpdateOwnAddress this way local address list is
  queried less often and only id there is some suggestion that it may
  have changed (probably ir will not be called all the times there is a
  changes in local network interfaces but is good enough)
Implement crossplatform rs_setsockopt to avoid too much ifdef around
Implement sockaddr_storage_copy to safely copy sockaddr_storage objects
2018-02-24 17:14:49 +01: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 Fix warning: this statement may fall through 2017-07-16 20:25:11 +02:00
rsudpstack.h Implement IPv6 listening 2018-02-24 17:14:49 +01:00
tcppacket.cc fix TcpPacket::readPacket 2016-06-28 17:38:11 +02:00
tcppacket.h Significant changes to aid UDP connections. 2008-02-27 02:32:20 +00:00
tcpstream.cc switched to new rslog method 2016-06-18 13:00:15 +02:00
tcpstream.h Rework of tcponudp/tcpstream should make UDP connections much more stable. 2012-06-24 02:06:24 +00:00
tou.cc Add Haiku support 2015-10-20 20:32:44 +03:00
tou.h Fixed compile of libretroshare on Windows. The corrected pro files are not included. 2012-10-09 23:07:51 +00:00
udppeer.cc changed post fixed operator++ into prefixed. More efficient on some systems. Patch from Phenom. 2014-10-24 22:07:26 +00:00
udppeer.h Merged Changes /branches/v0.5-peernet/libretroshare/:r4237-4358 2011-06-29 18:02:44 +00:00
udprelay.cc removed two instances of malloc(0) captured by new rs_malloc funtion 2016-01-12 21:43:04 -05:00
udprelay.h * Enabled Relays by default. 2012-01-20 17:50:19 +00:00
udpstunner.cc removed two instances of malloc(0) captured by new rs_malloc funtion 2016-01-12 21:43:04 -05:00
udpstunner.h Fixed compile of libretroshare on Windows. The corrected pro files are not included. 2012-10-09 23:07:51 +00:00