tun2: do pingloop more manually
This commit is contained in:
parent
d7e1510121
commit
9e0a91a438
|
@ -1 +0,0 @@
|
||||||
xena@greedo.xeserv.us.3075:1486865539
|
|
|
@ -204,7 +204,7 @@ func (s *Server) HandleConn(c net.Conn, isKCP bool) {
|
||||||
controlStream, err := session.OpenStream()
|
controlStream, err := session.OpenStream()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
ln.Error(err, ln.F{
|
ln.Error(err, ln.F{
|
||||||
"action": "control_stream_failure"
|
"action": "control_stream_failure",
|
||||||
"local": c.LocalAddr().String(),
|
"local": c.LocalAddr().String(),
|
||||||
"remote": c.RemoteAddr().String(),
|
"remote": c.RemoteAddr().String(),
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue