aquatic/crates/ws/src
Joakim Frostegård 048c297fc7
udp: open one socket each for IPv4 and IPv6 (#220)
* tmp work on udp double sockets

* WIP: udp: open two sockets (one for ipv4, one for ipv6)

io_uring not ported yet

* udp: open one socket each for IPv4 and IPv6

Config file now has one setting for each

* file transfer ci: fix udp network.address_ipv4
2025-01-16 20:13:28 +01:00
..
workers Explicity use IndexMap::swap_remove to silence warnings 2024-02-06 18:34:17 +01:00
common.rs Run cargo clippy --fix and cargo fmt 2024-01-20 09:56:14 +01:00
config.rs udp: open one socket each for IPv4 and IPv6 (#220) 2025-01-16 20:13:28 +01:00
lib.rs ws: fix thread name issue 2024-02-04 00:27:44 +01:00
main.rs ws: add mimalloc feature to make it easier to disable it 2024-01-07 10:41:11 +01:00