X-Git-Url: https://gapil.gnulinux.it/gitweb/?a=blobdiff_plain;f=sources%2FSockUtil.c;h=a2a6fcdb295665a0828db434656c3bbf2e20e812;hb=2fcfdcb7ec5f5fdacbdeaff72961f1c35d0858dd;hp=8b3fef219143d48543cb0e2dd49b79651efb8840;hpb=847a6cd39fe3d885ececc0658dfa5a4862534627;p=gapil.git 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