mirror of
https://github.com/bjdgyc/anylink.git
synced 2025-08-10 06:01:51 +08:00
升级go version 1.16,ui文件嵌入go二进制内
This commit is contained in:
@@ -20,7 +20,7 @@ func LinkCstp(conn net.Conn, cSess *sessdata.ConnSession) {
|
||||
err error
|
||||
n int
|
||||
dataLen uint16
|
||||
dead = time.Duration(cSess.CstpDpd*2) * time.Second
|
||||
dead = time.Duration(cSess.CstpDpd+5) * time.Second
|
||||
)
|
||||
|
||||
go cstpWrite(conn, cSess)
|
||||
|
Reference in New Issue
Block a user