1
0
mirror of https://github.com/fumiama/WireGold.git synced 2026-06-05 07:50:24 +08:00

add 分片

This commit is contained in:
fumiama
2021-12-31 12:38:27 +08:00
parent d108bb81b4
commit df47f1525e

View File

@@ -72,6 +72,7 @@ func NewMe(privateKey *[32]byte, myipwithmask string, myEndpoint string, nopipei
m.srcport = srcport
m.dstport = dstport
m.mtu = mtu
go m.initrecvpool()
return
}