Risistemate le trattazioni delle opzioni SO_KEEPALIVE e SO_REUSEADDR, con
[gapil.git] / sources / Gapil.h
index e82e825fa22ce7b815ac8c99facefa24eade3149..68fbc24f076f85dace16b5048ea32222ace1643b 100644 (file)
@@ -132,7 +132,7 @@ int RemoveShm(char * shm_name);
  */
 int sockconn(char *host, char *serv, int prot, int type);
 int sockbind(char *host, char *serv, int prot, int type);
-int sockbind2(char *host, char *serv, int prot, int type);
+int sockbindopt(char *host, char *serv, int prot, int type, int reuse);
 
 /*
  * General purpose functions. See corresponding .c