veloren/network
Marcel Märtens dcfde616d0 In case of IPv6 and NON Windows make sure to not listen on dualstack,
for that we need to create a socket2 socket and set_only_v6 to true.
We need to privude set_nonblocking for tokio to work and we need to set reuseaddr for it to work on linux systems
2022-02-05 13:04:16 +01:00
..
benches protocoladdr change for listen and connect 2021-04-29 15:58:34 +02:00
examples Resolve unused '#[allow(clippy::eval_order_dependence)]' error supressions 2021-07-24 20:24:57 +02:00
protocol Move Veloren to 2021 edition 2022-01-26 16:46:40 +02:00
src In case of IPv6 and NON Windows make sure to not listen on dualstack, 2022-02-05 13:04:16 +01:00
tests Add a test for the new gameserver IPv6 IPv4 behavior 2022-02-05 13:04:16 +01:00
Cargo.toml In case of IPv6 and NON Windows make sure to not listen on dualstack, 2022-02-05 13:04:16 +01:00