Inserito un inizio di esempio dell'uso delle funzioni delle capabilities.
[gapil.git] / sources / SockUtil.c
index 8b3fef219143d48543cb0e2dd49b79651efb8840..a2a6fcdb295665a0828db434656c3bbf2e20e812 100644 (file)
@@ -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