tun2: do pingloop more manually

This commit is contained in:
Cadey Ratio 2017-03-26 15:19:33 -07:00
parent d7e1510121
commit 9e0a91a438
2 changed files with 1 additions and 2 deletions

View File

@ -1 +0,0 @@
xena@greedo.xeserv.us.3075:1486865539

View File

@ -204,7 +204,7 @@ func (s *Server) HandleConn(c net.Conn, isKCP bool) {
controlStream, err := session.OpenStream()
if err != nil {
ln.Error(err, ln.F{
"action": "control_stream_failure"
"action": "control_stream_failure",
"local": c.LocalAddr().String(),
"remote": c.RemoteAddr().String(),
})