SOMAXCONN
if (listen(s, SOMAXCONN) == -1) {
int somaxconn = SOMAXCONN;
if (listen(sock, SOMAXCONN)) {