This repository has been archived by the owner on Jun 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Each context will now contain a context-specific bitmask containing proper configuration and ownership information. - Side-effects: the evhtp struct has been changed to reflect this new ordering. This removes the following defined variables: disable_100_cont; enable_reuseport; enable_nodelay; enable_defer_accept; Use the following bitmask instead: EVHTP_FLAG_ENABLE_100_CONT (on by defualt) EVHTP_FLAG_ENABLE_REUSEPORT EVHTP_FLAG_ENABLE_NODELAY EVHTP_FLAG_ENABLE_DEFER_ACCEPT - Optimally, use the evhtp_enable_flag() and or evhtp_set_flags() for best future uses.
- Loading branch information
1 parent
d0347dc
commit 58da6dd
Showing
4 changed files
with
90 additions
and
31 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
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
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
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