diff --git a/lib/client.go b/lib/client.go index 1d46937..e361590 100644 --- a/lib/client.go +++ b/lib/client.go @@ -21,17 +21,13 @@ type ClientSession struct { version uint8 connected bool + tcpconn net.Conn + rd io.Reader + wr io.Writer - curserial uint32 transmits chan PDU quit chan bool - tcpconn net.Conn - sshsession *ssh.Session - - rd io.Reader - wr io.Writer - handler RTRClientSessionEventHandler log Logger