From 307c8e30481c29faae0b686e57c9d90c093441c7 Mon Sep 17 00:00:00 2001 From: yangwei Date: Wed, 26 Jun 2024 16:27:38 +0800 Subject: ✨ feat(fast close tcp no use): default set 0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/private/sapp_global_val.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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; -- cgit v1.2.3