From da20ac7f3e9d2063dc9387c2955885974ed3b684 Mon Sep 17 00:00:00 2001 From: ckolivas Date: Wed, 22 Apr 2015 12:10:45 +1000 Subject: [PATCH] Disable user of nolinger on client sockets --- src/connector.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/connector.c b/src/connector.c index 43f268e5..5fc9fcec 100644 --- a/src/connector.c +++ b/src/connector.c @@ -219,7 +219,6 @@ static int accept_client(cdata_t *cdata, const int epfd, const uint64_t server) } keep_sockalive(fd); - nolinger_socket(fd); LOGINFO("Connected new client %d on socket %d to %d active clients from %s:%d", cdata->nfds, fd, no_clients, client->address_name, port);