monero/contrib/epee/src
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
..
buffer.cpp ensure no NULL is passed to memcpy 2019-06-14 08:47:29 +00:00
CMakeLists.txt Added socks proxy (tor/i2pd/kovri) support to wallet 2019-03-25 01:35:13 +00:00
connection_basic.cpp remove obsolete save_graph skeleton code 2019-05-10 14:17:18 +00:00
hex.cpp Update 2019 copyright 2019-03-05 22:05:34 +01:00
http_auth.cpp Update 2019 copyright 2019-03-05 22:05:34 +01:00
memwipe.c Update 2019 copyright 2019-03-05 22:05:34 +01:00
mlocker.cpp Merge pull request #4951 2019-01-06 20:38:33 +02:00
mlog.cpp mlog: default to not showing SSL errors 2019-05-06 07:38:52 +00:00
net_helper.cpp Add IPv6 support 2019-07-31 20:04:57 -04:00
net_ssl.cpp net_ssl: free certs after setting them up 2019-05-10 00:16:49 +00:00
net_utils_base.cpp Add IPv6 support 2019-07-31 20:04:57 -04:00
network_throttle-detail.cpp New interactive daemon command 'print_net_stats': Global traffic stats 2019-03-24 16:58:57 +01:00
network_throttle.cpp Update 2019 copyright 2019-03-05 22:05:34 +01:00
readline_buffer.cpp readline: don't dereference possible NULL pointer 2019-01-21 01:57:14 -05:00
string_tools.cpp move includes around to lessen overall load 2017-12-16 22:46:38 +00:00
wipeable_string.cpp ensure no NULL is passed to memcpy 2019-06-14 08:47:29 +00:00