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


Origin commit data
------------------
Branch: ni/coolstream
Commit: af49e54d22
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-10-21 (Mon, 21 Oct 2013)



------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2013-10-21 11:50:20 +04:00
parent 9daf0e8c20
commit bcf600d605

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"); perror("[neutrino] listen failed...\n");
exit( -1 ); exit( -1 );