Skip to content

Ping Pong #85

Answered by arthurkushman
palo999 asked this question in Q&A
Discussion options

You must be logged in to vote

If u r trying to set up a server timeout - just use these options (u can find them in readme file):

$config = new ServerConfig();
$config->setClientsPerFork(2500);
$config->setStreamSelectTimeout(2 * 3600);

if otherwise u need to set up timeout on client:

$config = new ClientConfig();
$config->setFragmentSize(8096);
$config->setTimeout(15);

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by palo999
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants