elastic ping pong to adapt env with packet loss (#4)

* elastic ping pong to adapt env with packet loss
This commit is contained in:
Sijie.Sun
2024-01-29 23:21:13 +08:00
committed by GitHub
parent 6271f9a7a7
commit 118954c745
5 changed files with 389 additions and 154 deletions

View File

@@ -29,6 +29,7 @@ message PeerConnInfo {
repeated string features = 4;
TunnelInfo tunnel = 5;
PeerConnStats stats = 6;
float loss_rate = 7;
}
message PeerInfo {