lan discovery in socket_cs

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2021-12-18 23:38:50 +08:00
parent 362b5594a2
commit 87f50a6318
15 changed files with 446 additions and 22 deletions

View File

@@ -1,4 +1,8 @@
pub mod compress;
#[path = "./protos/base_proto.rs"]
pub mod base_proto;
#[path = "./protos/discovery.rs"]
pub mod discovery_proto;
#[path = "./protos/message.rs"]
pub mod message_proto;
#[path = "./protos/rendezvous.rs"]