I have a socket in python:
server = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
I connect the socket by:
client_socket,