summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authoryangwei <[email protected]>2024-06-26 16:27:38 +0800
committeryangwei <[email protected]>2024-06-26 16:27:38 +0800
commit307c8e30481c29faae0b686e57c9d90c093441c7 (patch)
treea093b0df977e07f23f8d0af9076916a975c5728c /include
parentc5b96a48f94604a0382c75363379c7d54bc06d36 (diff)
✨ feat(fast close tcp no use): default set 0
Diffstat (limited to 'include')
-rw-r--r--include/private/sapp_global_val.h2
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;