可选数据指纹校验、支持ecb算法

This commit is contained in:
lubeilin
2023-09-01 23:36:04 +08:00
parent 96fb8c881d
commit eec7d73ebe
21 changed files with 441 additions and 173 deletions
+2 -1
View File
@@ -54,7 +54,8 @@ message PunchInfo{
bool reply = 6;
fixed32 local_ip = 7;
uint32 local_port = 8;
repeated bytes public_ipv6_list = 9;
bytes ipv6 = 9;
uint32 ipv6_port = 10;
}
enum PunchNatType{
Symmetric = 0;