mirror of
https://github.com/nginx/nginx.git
synced 2024-11-21 16:28:40 +00:00
On DragonFly BSD 5.8+, TCP_KEEPIDLE and TCP_KEEPINTVL are in secs.
Some checks are pending
buildbot / buildbot (push) Waiting to run
Some checks are pending
buildbot / buildbot (push) Waiting to run
This commit is contained in:
parent
36ca44f26f
commit
7cd60cd475
@ -103,7 +103,7 @@ typedef struct aiocb ngx_aiocb_t;
|
||||
#define NGX_LISTEN_BACKLOG -1
|
||||
|
||||
|
||||
#ifdef __DragonFly__
|
||||
#if (defined __DragonFly__ && __DragonFly_version < 500702)
|
||||
#define NGX_KEEPALIVE_FACTOR 1000
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user