SAMv3 : protocol better specified, and small changes in the code reflecting the new protocol
This commit is contained in:
@ -55,4 +55,10 @@ while 1 :
|
||||
chunk = sock.recv(100)
|
||||
sys.stdout.write(chunk)
|
||||
if not chunk : break
|
||||
print "Forward socket closed"
|
||||
l=0
|
||||
while 1 :
|
||||
chunk = sess.recv(100)
|
||||
sys.stdout.write(chunk)
|
||||
if not chunk : break
|
||||
|
||||
|
Reference in New Issue
Block a user