mirror of
https://github.com/GiriNeko/hbb_common.git
synced 2025-12-16 05:17:30 +00:00
kcp stream
This commit is contained in:
parent
fa160b2864
commit
b69b097c6f
4 changed files with 133 additions and 1 deletions
|
|
@ -53,6 +53,7 @@ message PunchHoleSent {
|
|||
string relay_server = 3;
|
||||
NatType nat_type = 4;
|
||||
string version = 5;
|
||||
bool is_udp = 6;
|
||||
}
|
||||
|
||||
message RegisterPk {
|
||||
|
|
@ -94,6 +95,7 @@ message PunchHoleResponse {
|
|||
}
|
||||
string other_failure = 7;
|
||||
int32 feedback = 8;
|
||||
bool is_udp = 9;
|
||||
}
|
||||
|
||||
message ConfigUpdate {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue