diff options
| author | yangwei <[email protected]> | 2024-06-26 16:27:38 +0800 |
|---|---|---|
| committer | yangwei <[email protected]> | 2024-06-26 16:27:38 +0800 |
| commit | 307c8e30481c29faae0b686e57c9d90c093441c7 (patch) | |
| tree | a093b0df977e07f23f8d0af9076916a975c5728c /include | |
| parent | c5b96a48f94604a0382c75363379c7d54bc06d36 (diff) | |
✨ feat(fast close tcp no use): default set 0
Diffstat (limited to 'include')
| -rw-r--r-- | include/private/sapp_global_val.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/private/sapp_global_val.h b/include/private/sapp_global_val.h index 80caa54..236b9ec 100644 --- a/include/private/sapp_global_val.h +++ b/include/private/sapp_global_val.h @@ -108,7 +108,7 @@ typedef struct{ int max_timeouts_per_sec; int max_opening_per_sec; int reorder_on_closing; - int nouse_set_special_timeout; + int fast_close_nouse; }sapp_config_stream_tcp_t; |
