Hi, I'm developing an easy client-server application using inetd. I put my server program in inetd.conf and when it is invoqued by the client, the server always get the error "Address already in use". The sequence in the server code for sockets is: socket() -> bind() -> listen() -> connect () The function bind() always get error. Is there any consideration to program a server application when it is invoqued by inetd ?? I'm sure the code works when not using inetd. Regards, José A. Berná -- José Ángel Berná Galiano Grupo de Control, Ingeniería de Sistemas y Transmisión de Datos Dpto. de Física, Ingeniería de Sistemas y Teoría de la Señal Escuela Politécnica Superior Universidad de Alicante Aptdo. de Correos 99 E-03080 Alicante Tfno: 34 96 590 3968 Fax: 34 96 590 3682 E-mail: jberna@disc.ua.es WWW: http://www.disc.ua.es/~jberna/ - : send the line "unsubscribe linux-net" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html