Tickets

Issues

// -> TODO : use a sysctl to get the max size accepted by the kernel


	// -> TODO : use a sysctl to get the max size accepted by the kernel
	// ( see 'man listen' )
	if ( listen(fd, 128) == -1 )
		log(LogPanic, "Unable to socket's queue size...\n");

	// Init the socket set:
	memset(&sock_set, 0, sizeof(sock_set));

History