1
0
mirror of https://github.com/fumiama/WireGold.git synced 2026-06-09 10:26:02 +08:00

feat: add ztsd for data compressing

This commit is contained in:
源文雨
2023-08-04 12:03:49 +08:00
parent 96e31e22e9
commit 47d8e35d19
8 changed files with 44 additions and 10 deletions

View File

@@ -140,6 +140,7 @@ func (wg *WG) init(srcport, dstport uint16) {
MTURandomRange: uint16(peer.MTURandomRange),
AllowTrans: peer.AllowTrans,
NoPipe: true,
UseZstd: peer.UseZstd,
})
}
}