kcp stream

This commit is contained in:
RustDesk 2025-06-03 19:41:30 +08:00 committed by GitHub
parent fa160b2864
commit b69b097c6f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 133 additions and 1 deletions

View file

@ -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 {