M
Maksim Kasimov
Hi,
how to set source ip-address when do __socket.connect((host, port))
on a machine that have a several ip-adresses?
many thanks for advice.
__socket = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
__socket.connect((host, port))
how to set source ip-address when do __socket.connect((host, port))
on a machine that have a several ip-adresses?
many thanks for advice.
__socket = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
__socket.connect((host, port))