Tickets
Issues
// -> TODO : use a sysctl to get the max size accepted by the kernel- Id: c0974d82667cbd70a7516cb897dc4858
- Status: Open
- Initial commit: fdefe5a30e0a7dde043537a0e3b9d97076550d0f
- Creation date: 2009-05-27 18:15:56
- Last changed: 2009-05-27 18:15:56
- Created by: lds
- File: src/net/server.h
- Last changed by: lds
// -> 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