aquatic_udp: improve request parse errors, send less error responses

This commit is contained in:
Joakim Frostegård 2021-10-18 02:10:39 +02:00
parent bfab6bb48f
commit f0a15e9b6f
4 changed files with 78 additions and 67 deletions

1
Cargo.lock generated
View file

@ -216,6 +216,7 @@ name = "aquatic_udp_protocol"
version = "0.1.0"
dependencies = [
"byteorder",
"either",
"quickcheck",
"quickcheck_macros",
]