mirror of
https://github.com/sshuttle/sshuttle.git
synced 2024-11-22 16:03:57 +01:00
parent
629c386dc5
commit
fc5545ccde
@ -59,7 +59,6 @@ if recvmsg == "python":
|
||||
ip = socket.inet_ntop(family, cmsg_data[start:start + length])
|
||||
dstip = (ip, port)
|
||||
break
|
||||
print("xxxxx", srcip, dstip)
|
||||
return (srcip, dstip, data)
|
||||
elif recvmsg == "socket_ext":
|
||||
def recv_udp(listener, bufsize):
|
||||
|
Loading…
Reference in New Issue
Block a user