增加tcp通道,去除并行逻辑

This commit is contained in:
lubeilin
2024-01-06 12:06:21 +08:00
parent 57b903ea29
commit 7098111ad1
5 changed files with 85 additions and 118 deletions
+1
View File
@@ -56,6 +56,7 @@ message PunchInfo{
uint32 local_port = 8;
bytes ipv6 = 9;
uint32 ipv6_port = 10;
uint32 tcp_port = 11;
}
enum PunchNatType{
Symmetric = 0;