Added a comment
This commit is contained in:
parent
f7cd43cfd0
commit
7aad1bff54
1 changed files with 13 additions and 0 deletions
|
@ -0,0 +1,13 @@
|
||||||
|
[[!comment format=mdwn
|
||||||
|
username="http://joeyh.name/"
|
||||||
|
ip="108.236.230.124"
|
||||||
|
subject="comment 10"
|
||||||
|
date="2014-03-10T17:34:56Z"
|
||||||
|
content="""
|
||||||
|
I've found the 1 second delay on failure to accept in the warp source code.
|
||||||
|
|
||||||
|
It's using Network.Socket.accept, which uses accept4 with NONBLOCK by default, but can be built without `HAVE_ACCEPT4` and in that case uses `accept` with blocking.
|
||||||
|
|
||||||
|
I've put in a patch to build network without accept4 support, and am rebuilding the arm autobuilder. This will take a while..
|
||||||
|
|
||||||
|
"""]]
|
Loading…
Reference in a new issue