premiere-libtorrent/src/kademlia
Arvid Norberg 7251575d98 This patch does: (#633)
1. simplifies and regularizies creation of listen sockets based on the listen
   interfaces setting.
2. simplifies and improves the behavior of UDP sockets, which are now explicitly
   opened per listen interface
3. transitions udp tracker, DHT and uTP socket manager over to using the new
   udp sockets
4. greatly simplified udp_socket to only wrap a single underlying socket (as
   opposed to one IPv4 and IPv6 socket)
5. improved behavior of bind-to-device
6. introduce an array_view type to make udp packet passing code simpler
7. simplify and make setting of DF flag more robust
8. simplify and regularize port mapping of listen sockets
2016-04-24 15:26:28 -04:00
..
dht_storage.cpp Documentation typos 2016-03-04 10:43:25 -05:00
dht_tracker.cpp This patch does: (#633) 2016-04-24 15:26:28 -04:00
dos_blocker.cpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
find_data.cpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
get_item.cpp whitespace cleanup 2015-11-22 10:02:26 -08:00
get_peers.cpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
item.cpp assert that the signature is valid when assigning a mutable value to an item 2015-10-21 20:29:29 -07:00
msg.cpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
node.cpp add DHT rate limit test (simulation). introduce a new counter for dropped incoming dht messages. 2016-01-18 14:34:42 -05:00
node_entry.cpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
node_id.cpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
put_data.cpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
refresh.cpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
routing_table.cpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00
rpc_manager.cpp fix default release build with VS2015 UP2 compiler warnings (#624) 2016-04-17 16:56:07 -04:00
traversal_algorithm.cpp merge copyright year update and changelog from RC_1_0 2016-01-17 18:57:46 -05:00