summaryrefslogtreecommitdiffstats
path: root/sshuttle/ssnet.py
diff options
context:
space:
mode:
Diffstat (limited to 'sshuttle/ssnet.py')
-rw-r--r--sshuttle/ssnet.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/sshuttle/ssnet.py b/sshuttle/ssnet.py
index 7604093..b97516e 100644
--- a/sshuttle/ssnet.py
+++ b/sshuttle/ssnet.py
@@ -10,15 +10,12 @@ from sshuttle.helpers import b, log, debug1, debug2, debug3, Fatal
MAX_CHANNEL = 65535
LATENCY_BUFFER_SIZE = 32768
-# these don't exist in the socket module in python 2.3!
SHUT_RD = 0
SHUT_WR = 1
SHUT_RDWR = 2
-
HDR_LEN = 8
-
CMD_EXIT = 0x4200
CMD_PING = 0x4201
CMD_PONG = 0x4202