[pyar] Problemas con Sockets

Marcos Dione mdione en grulic.org.ar
Dom Abr 15 17:30:03 -03 2018


On Sun, Apr 15, 2018 at 09:12:13PM +0200, walter wrote:
> s.bind(("ip-pc-cliente", 9999))  << ó >>  s.bind((socket.gethostname(),
> 9999))

    esto está mal. leete bien qué hace bind(), pero básicamente podés
usar una IP del server; también podés decir '0.0.0.0' o ''. pensá que no
tiene sentido que el server sepa la IP del cliente de antemano, pues una
conexión peude venir de cualquier cliente.

-- 
(Not so) Random fortune:
The technology industry sees itself as in rebellion against corporate
America: not corrupt, not buttoned-up, not empty. In fact, a tech company
can be as corrupt, soulless, and empty as any corporation, but being
unprofessional helps us maintain the belief that we are somehow different
from Wall Street.
	    -- Shanley Kane


Más información sobre la lista de distribución pyar