make proto compatible to c++

This commit is contained in:
open-trade
2022-01-17 16:53:17 +08:00
parent 02cbc0d407
commit 92a1bb04e9
5 changed files with 19 additions and 14 deletions

View File

@@ -10,7 +10,7 @@ use hbb_common::{
bail,
config::{Config, PeerConfig, PeerInfoSerde, CONNECT_TIMEOUT, RELAY_PORT, RENDEZVOUS_TIMEOUT},
log,
message_proto::*,
message_proto::{option_message::BoolOption, *},
protobuf::Message as _,
rendezvous_proto::*,
socket_client,