X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2FSockUtil.c;h=a2a6fcdb295665a0828db434656c3bbf2e20e812;hp=8b3fef219143d48543cb0e2dd49b79651efb8840;hb=1bc54870307368cc8c74e07f7f4dd53498e09db0;hpb=847a6cd39fe3d885ececc0658dfa5a4862534627 diff --git a/sources/SockUtil.c b/sources/SockUtil.c index 8b3fef2..a2a6fcd 100644 --- a/sources/SockUtil.c +++ b/sources/SockUtil.c @@ -195,9 +195,9 @@ int sockbind(char *host, char *serv, int prot, int type) } /**************************************************************** * - * Routine sockbind2 + * Routine sockbindopt * Return a binded socket given hostname, service, and socket type - * Issue a SO_REUSEADDR on the socket before binding. + * Issue a SO_REUSEADDR on the socket before binding on reuse value. * * Author: Simone Piccardi * Mar. 2005