From 9e0a91a438fbf7b4ae841967424640d0a1125b73 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sun, 26 Mar 2017 15:19:33 -0700 Subject: [PATCH] tun2: do pingloop more manually --- lib/tun2/.#server.go | 1 - lib/tun2/server.go | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 120000 lib/tun2/.#server.go diff --git a/lib/tun2/.#server.go b/lib/tun2/.#server.go deleted file mode 120000 index a16c320..0000000 --- a/lib/tun2/.#server.go +++ /dev/null @@ -1 +0,0 @@ -xena@greedo.xeserv.us.3075:1486865539 \ No newline at end of file diff --git a/lib/tun2/server.go b/lib/tun2/server.go index af2b72c..4d68ccd 100644 --- a/lib/tun2/server.go +++ b/lib/tun2/server.go @@ -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(), })