mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 00:11:08 +02:00
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:
@@ -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 );
|
||||||
|
Reference in New Issue
Block a user