Modules compatibility: down flag in ngx_peer_connection_t.
Roman Arutyunyan
3 years ago
62 | 62 |
unsigned cached:1;
|
63 | 63 |
unsigned transparent:1;
|
64 | 64 |
unsigned so_keepalive:1;
|
|
65 |
unsigned down:1;
|
65 | 66 |
|
66 | 67 |
/* ngx_connection_log_error_e */
|
67 | 68 |
unsigned log_error:2;
|