monero/contrib/epee/include
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
..
net Add IPv6 support 2019-07-31 20:04:57 -04:00
serialization
storages
ado_db_helper.h
console_handler.h
copyable_atomic.h
file_io_utils.h epee.string_tools: add conversion between UTF-8 and UTF-16 2018-06-28 09:40:26 +09:00
fnv1.h
global_stream_operators.h
gzip_encoding.h
hex.h
hmac-md5.h
include_base_utils.h
int-util.h
math_helper.h
md5_l.h
md5_l.inl
md5global.h
memwipe.h
misc_language.h
misc_log_ex.h
misc_os_dependent.h
mlocker.h
pragma_comp_defs.h
profile_tools.h
readline_buffer.h
reg_exp_definer.h
reg_utils.h
rolling_median.h
service_impl_base.h
sha1.h moved all stuff to github 2014-03-03 22:07:58 +00:00
sha1.inl
soci_helper.h
span.h
static_initializer.h
stats.h
stats.inl
string_coding.h
string_tools.h
syncobj.h
time_helper.h
tiny_ini.h
to_nonconst_iterator.h
warnings.h
winobj.h
wipeable_string.h
zlib_helper.h