This commit is contained in:
TenderIronh
2024-11-21 10:29:06 +08:00
parent f015b828fc
commit 3616768682
5 changed files with 50 additions and 51 deletions
+1 -1
View File
@@ -468,7 +468,7 @@ func (pn *P2PNetwork) newTunnel(config AppConfig, tid uint64, isClient bool) (t
}
}
t = &P2PTunnel{pn: pn,
t = &P2PTunnel{
config: config,
id: tid,
writeData: make(chan []byte, WriteDataChanSize),