Add support for IPv6
authorproller <proller@github.com>
Sun, 23 Jun 2013 07:31:22 +0000 (11:31 +0400)
committerproller <proller@github.com>
Sun, 23 Jun 2013 07:31:22 +0000 (11:31 +0400)
commitf960c3be313c761fe02f9167dc1fe3fca5dc4ada
tree54543a7e61e6ed273840d9bcba6bc9655add5243
parent309c5f3641dccaf1260953f098ccd593396dee64
Add support for IPv6
Two new configuration options are added:
     - "enable_ipv6" to enable/disable the overall use of IPv6
     - "ipv6_server" to enable/disable the use of IPv6 sockets when running
       a server (when "enable_ipv6" is enabled)
16 files changed:
minetest.conf.example
src/client.cpp
src/client.h
src/connection.cpp
src/connection.h
src/constants.h
src/debug.h
src/defaultsettings.cpp
src/game.cpp
src/gettext.h
src/jthread/jmutex.h
src/porting.h
src/server.cpp
src/socket.cpp
src/socket.h
src/test.cpp