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

perf: remove tea encryption

This commit is contained in:
源文雨
2024-07-11 22:31:44 +09:00
parent c0bd86d1bb
commit e115098344
14 changed files with 243 additions and 117 deletions

View File

@@ -61,7 +61,7 @@ func (wg *WG) Run(srcport, destport uint16) {
}
func (wg *WG) Stop() {
_ = wg.me.CloseNIC()
_ = wg.me.Close()
}
func (wg *WG) init(srcport, dstport uint16) {