mirror of
https://github.com/nginx/nginx.git
synced 2026-06-30 05:43:02 +00:00
On DragonFly BSD 5.8+, TCP_KEEPIDLE and TCP_KEEPINTVL are in secs.
This commit is contained in:
parent
36ca44f26f
commit
7cd60cd475
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue