danicoin/src/p2p
moneromooo-monero 072102cfd2
abstracted nework addresses
All code which was using ip and port now uses a new IPv4 object,
subclass of a new network_address class. This will allow easy
addition of I2P addresses later (and also IPv6, etc).
Both old style and new style peer lists are now sent in the P2P
protocol, which is inefficient but allows peers using both
codebases to talk to each other. This will be removed in the
future. No other subclasses than IPv4 exist yet.
2017-05-27 11:35:54 +01:00
..
CMakeLists.txt update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
connection_basic.cpp update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
connection_basic.hpp update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
net_node.h abstracted nework addresses 2017-05-27 11:35:54 +01:00
net_node.inl abstracted nework addresses 2017-05-27 11:35:54 +01:00
net_node_common.h abstracted nework addresses 2017-05-27 11:35:54 +01:00
net_peerlist.h abstracted nework addresses 2017-05-27 11:35:54 +01:00
net_peerlist_boost_serialization.h abstracted nework addresses 2017-05-27 11:35:54 +01:00
network_throttle-detail.cpp update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
network_throttle-detail.hpp update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
network_throttle.cpp update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
network_throttle.hpp update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
p2p_protocol_defs.h abstracted nework addresses 2017-05-27 11:35:54 +01:00
stdafx.h update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00