Browse Source
I suspect multiple plugins trying to connect at the same time are overrunning the 1-deep listen queue: From man listen(2): The backlog argument defines the maximum length to which the queue of pending connections for sockfd may grow. If a connection request ar‐ rives when the queue is full, the client may receive an error with an indication of ECONNREFUSED Fixes: #2922 Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>pull/2938/head
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue