3 lines
57 B
Python
3 lines
57 B
Python
|
|
def original_addr(csock):
|
||
|
|
return csock.getsockname()
|