increased stroke socket backlog to 10
This commit is contained in:
@@ -554,7 +554,7 @@ static bool open_socket(private_stroke_socket_t *this)
|
|||||||
strerror(errno));
|
strerror(errno));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (listen(this->socket, 0) < 0)
|
if (listen(this->socket, 10) < 0)
|
||||||
{
|
{
|
||||||
DBG1(DBG_CFG, "could not listen on stroke socket: %s", strerror(errno));
|
DBG1(DBG_CFG, "could not listen on stroke socket: %s", strerror(errno));
|
||||||
close(this->socket);
|
close(this->socket);
|
||||||
|
|||||||
Reference in New Issue
Block a user