diff options
author | Joey Hess <joey@kitenet.net> | 2014-03-10 13:53:21 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-03-10 13:53:21 -0400 |
commit | 8f7416f5bf27019ac532f139d8463cbe0efe03ff (patch) | |
tree | db00e031f001500018b8feae6809fe15dbe4c48d | |
parent | f8752acf4f5eff00d1441fa88c58af12720e6817 (diff) | |
parent | c0e834cb2f36daea9ee28fbd37ba347a984e6d17 (diff) |
Merge branch 'master' of ssh://git-annex.branchable.com
-rw-r--r-- | doc/bugs/Assistant_lost_dbus_connection_spamming_log/comment_10_b47d543e06a1a243211a2fa0cb5d09a3._comment | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/bugs/Assistant_lost_dbus_connection_spamming_log/comment_10_b47d543e06a1a243211a2fa0cb5d09a3._comment b/doc/bugs/Assistant_lost_dbus_connection_spamming_log/comment_10_b47d543e06a1a243211a2fa0cb5d09a3._comment new file mode 100644 index 000000000..6d0abe8c6 --- /dev/null +++ b/doc/bugs/Assistant_lost_dbus_connection_spamming_log/comment_10_b47d543e06a1a243211a2fa0cb5d09a3._comment @@ -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.. + +"""]] |