-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
issue: 601270 optimize accept() call
1. do poll OS only if bound to any address 2. do one CQ poll and go to sleep (unless infinite polling was set) TODO: 1. do one CQ poll and go to sleep even if infinite polling was set 2. do poll OS only if waken-up by OS fd Change-Id: Ifab922f1323fca202bf4d09813bd939d38d57161 Signed-off-by: Or Kehati <[email protected]>
- Loading branch information
1 parent
bd94221
commit 03ea953
Showing
1 changed file
with
25 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters