udp: initial support for listing peer clients

This commit is contained in:
Joakim Frostegård 2023-06-06 01:04:37 +02:00
parent 977349ec03
commit a74d6aa458
14 changed files with 213 additions and 68 deletions

4
Cargo.lock generated
View file

@ -184,6 +184,8 @@ name = "aquatic_peer_id"
version = "0.8.0"
dependencies = [
"compact_str",
"hex",
"quickcheck",
"regex",
"serde",
]
@ -218,6 +220,7 @@ dependencies = [
"aquatic_udp_protocol",
"blake3",
"cfg-if",
"compact_str",
"constant_time_eq",
"crossbeam-channel",
"getrandom",
@ -284,6 +287,7 @@ dependencies = [
name = "aquatic_udp_protocol"
version = "0.8.0"
dependencies = [
"aquatic_peer_id",
"byteorder",
"either",
"quickcheck",