enable linger... set it to 0

SVN revision: 22855
This commit is contained in:
Carsten Haitzler 2006-05-24 00:33:20 +00:00
parent 0f757ee21a
commit 83907c5643
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ ecore_con_server_add(Ecore_Con_Type compl_type,
umask(pmode);
goto error;
}
lin.l_onoff = 0;
lin.l_onoff = 1;
lin.l_linger = 0;
if (setsockopt(svr->fd, SOL_SOCKET, SO_LINGER, &lin, sizeof(struct linger)) < 0)
{