summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authoryangwei <[email protected]>2024-04-12 00:52:43 +0800
committeryangwei <[email protected]>2024-04-12 00:52:43 +0800
commit020d83f07d272d0d25ea7c4198d74c3ba36b41d5 (patch)
tree3fb597a1914c5ae6b2b04b91a172e19a4ec93d69 /include
parent69e4ec7c927526b337a89d0ac6524490a9fc3781 (diff)
✨ feat(udp concurrency stream num): add max_opening & max_pair
Diffstat (limited to 'include')
-rw-r--r--include/private/sapp_global_val.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/private/sapp_global_val.h b/include/private/sapp_global_val.h
index 0cf0da0..798bc36 100644
--- a/include/private/sapp_global_val.h
+++ b/include/private/sapp_global_val.h
@@ -120,6 +120,8 @@ typedef struct{
int well_known_ports_array_num;
int max_timeouts_per_sec;
int max_opening_per_sec;
+ int max_opening;
+ int max_pair;
}sapp_config_stream_udp_t;