udp: add optional resending buffer for responses that failed to send

This commit is contained in:
Joakim Frostegård 2022-06-28 00:56:29 +02:00
parent 945ff41ef2
commit 5cfd270ab7
6 changed files with 105 additions and 16 deletions

1
Cargo.lock generated
View file

@ -216,6 +216,7 @@ dependencies = [
"getrandom",
"hashbrown 0.12.1",
"hex",
"libc",
"log",
"mimalloc",
"mio",