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
Joakim Frostegård
3513b714b4
udp: consistently use NonZeroU16 for announce request port
2024-02-03 11:46:38 +01:00
Joakim Frostegård
1c59972834
udp protocol: rename "write" and "from_bytes" methods
2024-01-29 19:38:12 +01:00
Joakim Frostegård
5401eaf85f
Run cargo clippy --fix and cargo fmt
2024-01-20 09:56:14 +01:00
Joakim Frostegård
0c4140165b
udp: reuse response channel mem, add backpressure, faster peer extract
2023-12-10 12:07:38 +01:00
Joakim Frostegård
0e12dd1b13
use zerocopy in udp protocol, easy running transfer CI locally
2023-12-02 12:24:41 +01:00
Joakim Frostegård
9b032f7e24
Move all crates to new crates dir
2023-10-18 23:53:41 +02:00