mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
On DragonFly BSD 5.8+, TCP_KEEPIDLE and TCP_KEEPINTVL are in secs.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user