Skip to content

Commit

Permalink
Issue 4506 - Temporary fix for io issues (#4516)
Browse files Browse the repository at this point in the history
Issue 4506 - RFE - connection accept thread

Bug Description: Previously we accepted connections and
selected for new work in the same event loop. This could
cause connection table polling to delay accepts, and
accepts to delay connection activity from being ready.

Fix Description: This seperates those functions allowing
accept to occur in parallel to our normal work.

fixes: #4506

Author: William Brown <william@blackhats.net.au>

Review by: @mreynolds389 @progier389 (Thanks!)
  • Loading branch information
Firstyear committed Jan 19, 2021
1 parent 9015bff commit e4f282e
Show file tree
Hide file tree
Showing 2 changed files with 202 additions and 137 deletions.

0 comments on commit e4f282e

Please sign in to comment.