driver/rcinput.cpp: increase neutrino.sock listen backlog -

try to avoid dead-lock on zap flood, when neutrino wait response for command,
while zapit try to send event to neutrino
This commit is contained in:
[CST] Focus
2013-10-21 11:50:20 +04:00
parent c9e48064d6
commit af49e54d22

View File

@@ -123,7 +123,7 @@ CRCInput::CRCInput()
}
if (listen(fd_event, 15) !=0)
if (listen(fd_event, 25) !=0)
{
perror("[neutrino] listen failed...\n");
exit( -1 );