refactor udp framed

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2022-01-04 00:44:50 +08:00
parent 6d506cbb64
commit 875570e040
8 changed files with 140 additions and 301 deletions

4
Cargo.lock generated
View File

@@ -1553,7 +1553,6 @@ name = "hbb_common"
version = "0.1.0"
dependencies = [
"anyhow",
"async-trait",
"bytes",
"confy",
"directories-next",
@@ -1561,13 +1560,10 @@ dependencies = [
"env_logger 0.9.0",
"filetime",
"futures",
"futures-core",
"futures-sink",
"futures-util",
"lazy_static",
"log",
"mac_address",
"pin-project",
"protobuf",
"protobuf-codegen-pure",
"quinn",