On DragonFly BSD 5.8+, TCP_KEEPIDLE and TCP_KEEPINTVL are in secs.
This commit is contained in:
parent
36ca44f26f
commit
7cd60cd475
@ -103,7 +103,7 @@ typedef struct aiocb ngx_aiocb_t;
|
|||||||
#define NGX_LISTEN_BACKLOG -1
|
#define NGX_LISTEN_BACKLOG -1
|
||||||
|
|
||||||
|
|
||||||
#ifdef __DragonFly__
|
#if (defined __DragonFly__ && __DragonFly_version < 500702)
|
||||||
#define NGX_KEEPALIVE_FACTOR 1000
|
#define NGX_KEEPALIVE_FACTOR 1000
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user