diff options
| author | yangwei <[email protected]> | 2024-04-20 19:15:01 +0800 |
|---|---|---|
| committer | yangwei <[email protected]> | 2024-04-21 01:53:13 +0800 |
| commit | ad61166674e0349048bdaf44fa7e2fb89c299cf0 (patch) | |
| tree | be34c0824a32a32bc0897b30bf67ad55daaa718f /include | |
| parent | 0ed228dcf6f2f8524ed054e28b4aa838438436cd (diff) | |
Revert "✨ feat(bloom library): choose in sapp.toml"
This reverts commit 97cc3158b48973d96d451fc9cc52011ccba43d16.
Diffstat (limited to 'include')
| -rw-r--r-- | include/private/sapp_global_val.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/include/private/sapp_global_val.h b/include/private/sapp_global_val.h index bb7905f..b02c654 100644 --- a/include/private/sapp_global_val.h +++ b/include/private/sapp_global_val.h @@ -209,22 +209,15 @@ typedef struct{ }sapp_config_packet_io_tunnel_t; -enum bloom_library{ - BLOOM_LIBRARY_NONE=0, - BLOOM_LIBRARY_DABLOOM, - BLOOM_LIBRARY_APBLOOM, -}; - typedef struct{ int kickout_udp_stream_enabled; int dup_pkt_distinguish_all_inject; int dup_pkt_distinguish_ipv4_tcp; int dup_pkt_distinguish_ipv4_udp; int bloom_capacity; + double bloom_error_rate; int bloom_timeout; int bloom_slice_num; - enum bloom_library bloom_library; - double bloom_error_rate; }sapp_dup_pkt_t; typedef struct{ |
