From 4345c7bf2dc7b6b31aba5e7ca2014587038e4e04 Mon Sep 17 00:00:00 2001 From: Russ Magee Date: Sun, 18 Nov 2018 20:28:03 -0800 Subject: [PATCH] Removed unused consts Signed-off-by: Russ Magee --- hkexnet/consts.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/hkexnet/consts.go b/hkexnet/consts.go index 5bdeb9b..3411ef5 100644 --- a/hkexnet/consts.go +++ b/hkexnet/consts.go @@ -34,7 +34,6 @@ type KEXAlg uint8 // rather than remote end normal UNIX exit codes const ( CSENone = 1024 + iota - //CSEBadAuth // Failed login password CSETruncCSO // No CSOExitStatus in payload CSEStillOpen // Channel closed unexpectedly CSEExecFail // cmd.Start() (exec) failed @@ -57,7 +56,6 @@ const ( // Tunnel setup/control/status CSOTunSetup // client -> server tunnel setup request (dstport) CSOTunSetupAck // server -> client tunnel setup ack - CSOTunAccept // client -> server: tunnel client got an Accept() CSOTunRefused // server -> client: tunnel rport connection refused CSOTunData // packet contains tunnel data [rport:data] CSOTunKeepAlive // client tunnel heartbeat