mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
udp: initial support for listing peer clients
This commit is contained in:
parent
977349ec03
commit
a74d6aa458
14 changed files with 213 additions and 68 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue