wownero/src/net
Thomas Winget 155475d971
Add IPv6 support
new cli options (RPC ones also apply to wallet):
  --p2p-bind-ipv6-address (default = "::")
  --p2p-bind-port-ipv6    (default same as ipv4 port for given nettype)
  --rpc-bind-ipv6-address (default = "::1")

  --p2p-use-ipv6          (default false)
  --rpc-use-ipv6          (default false)

  --p2p-require-ipv4      (default true, if ipv4 bind fails and this is
                           true, will not continue even if ipv6 bind
                           successful)
  --rpc-require-ipv4      (default true, description as above)

ipv6 addresses are to be specified as "[xx:xx:xx::xx:xx]:port" except
in the cases of the cli args for bind address.  For those the square
braces can be omitted.
2019-07-31 20:04:57 -04:00
..
CMakeLists.txt Added socks proxy (tor/i2pd/kovri) support to wallet 2019-03-25 01:35:13 +00:00
error.cpp Adding initial support for broadcasting transactions over Tor 2019-01-28 23:56:33 +00:00
error.h allow blocking whole subnets 2019-07-16 11:35:53 +00:00
fwd.h i2p: initial support 2019-01-30 13:37:45 -05:00
i2p_address.cpp i2p: initial support 2019-01-30 13:37:45 -05:00
i2p_address.h i2p: initial support 2019-01-30 13:37:45 -05:00
parse.cpp Add IPv6 support 2019-07-31 20:04:57 -04:00
parse.h Add IPv6 support 2019-07-31 20:04:57 -04:00
socks.cpp socks: fix build with boost 1.70 2019-03-27 13:22:41 +00:00
socks.h Added socks proxy (tor/i2pd/kovri) support to wallet 2019-03-25 01:35:13 +00:00
socks_connect.cpp Added socks proxy (tor/i2pd/kovri) support to wallet 2019-03-25 01:35:13 +00:00
socks_connect.h Added socks proxy (tor/i2pd/kovri) support to wallet 2019-03-25 01:35:13 +00:00
tor_address.cpp Adding initial support for broadcasting transactions over Tor 2019-01-28 23:56:33 +00:00
tor_address.h Adding initial support for broadcasting transactions over Tor 2019-01-28 23:56:33 +00:00