rust-gamedig/src/services
Tom 3f654e0dfd
[Protocol] Enable the use of Ipv6 addresses (#41)
Replace usages of Ipv4Addr with IpAddr which allows the use of either Ipv4 or Ipv6.

This patch essentially consists of running:
"sed -i 's/Ipv4Addr/IpAddr/g' src/**/*.rs examples/*"
and fixing the errors.
2023-05-29 11:10:21 +03:00
..
valve_master_server [Protocol] Enable the use of Ipv6 addresses (#41) 2023-05-29 11:10:21 +03:00
mod.rs [Service] Add valve master server query service (#34) 2023-04-28 18:00:04 +03:00