1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2026-05-16 18:41:38 +03:00

Fix UDP bulk v2 and protocol display

This commit is contained in:
Yihong Wu
2022-03-20 16:48:15 +08:00
parent 9764485774
commit d86cf181bf
3 changed files with 7 additions and 5 deletions
+2
View File
@@ -2940,6 +2940,8 @@ bool ServerAccept(CONNECTION *c)
rudp_bulk_version = 2;
}
s->BulkOnRUDPVersion = rudp_bulk_version;
if (s->EnableBulkOnRUDP)
{
AddProtocolDetailsKeyValueInt(s->ProtocolDetails, sizeof(s->ProtocolDetails), "RUDP_Bulk_Ver", s->BulkOnRUDPVersion);