summaryrefslogtreecommitdiff
path: root/src/config
AgeCommit message (Expand)Author
2024-04-16🐞 fix(no use timeout): 切换到nouse后,同步插件设置的特殊超�...v4.3.44yangwei
2024-04-12✨ feat(udp concurrency stream num): add max_opening & max_pairyangwei
2024-04-12🐞 fix(Fix TSG-19781): tcp正序数据错误的被移动至closing表yangwei
2024-04-07✨ feat(sapp.toml): reorder_on_closing, default set 1Feature-tcp-unorder-freeyangwei
2024-04-03✨ feat(bloom library): choose in sapp.tomlFeature-ap-bloomyangwei
2024-04-03✨ feat(ap_bloom): 使用ap_bloom替代dabloomyangwei
2023-12-25✨ feat(CPU limit): 使用EWMA计算CPU占用,α取值0.8yangwei
2023-12-18✨ feat(max_timeouts_per_msec): 支持设置每个线程主动超时流的�...yangwei
2023-09-12🦄 refactor(polling priority): 移除polling enabled 开关,Priority=0等...yangwei
2023-09-06✨ feat(ip defragment enabled): 增加ip分片重组开关,默认开启yangwei
2023-09-05✨ feat(memory_used_stat_interval_s): profiling.memory下新增开关,控�...yangwei
2023-09-05✨ feat(sapp_watch_dog enabled): packet_io.feature增加是否开启watchdog...yangwei
2023-09-04✨ feat(packet io config): 增加dumpfile_sleep_time_before_exit,默认为0yangwei
2023-08-25✨ feat(udp dup stream): 支持udp重复流识别,key为四元组yangwei
2023-08-20✨ feat(dlclose_all_plug_enabled): 控制退出时是否调用dlclose,asan...yangwei
2023-08-18🐞 fix(inject_sid scope): 修复asan报错,inject_sid生命周期告警yangwei
2023-08-16🐞 fix(Fix-TSG-8241): 修复deployment错误拼写成depolyment的bugyangwei
2023-08-15✨ feat(inject_pkt_prepend_segment_id): support set sid for inject pktyangwei
2023-08-15🐞 fix(breakpad): rename breakpad to BREAKPAD in sapp.tomlyangwei
2023-08-15🐞 fix(stream_inject.h): remove legacy inject interfaceyangwei
2023-08-06✨ feat(process_latency): 新增clock_gettime_id选项,用于指定clock�...yangwei
2023-08-06✨ feat(process latency): 精度为us,有效范围1us-99syangwei
2023-08-06✨ feat(clock_gettime): 使用CLOCK_MONOTONIC_COARSEyangwei
2023-08-06✨ feat(checkstreamorder_for_gtp_tunnel): 调整比较gtp外层地址不一�...yangwei
2023-08-06✨ feat(thread_timer_loop): 增加独立线程更新时间戳,提高本地...yangwei
2023-08-06🦄 refactor(packet process latency): process_latency threshold use msyangwei
2023-08-03✨ feat(packet_io): 新增monitor_thread_enabled选项,控制状态监控�...yangwei
2023-08-02🐎 ci(stage): 增加cppcheck流程yangwei
2023-08-02🐞 fix(cmd args mem free): 修复-c参数申请的内存,退出时未释�...yangwei
2023-07-26🐞 fix(dumpfile mode exit): 修复读包模式结束时,线程同步可�...yangwei
2023-07-23📃 docs(clean redundancy code): 移除已注释代码,和直接放在头�...yangwei
2023-07-18✨ feat(tcp_opening_timeout): 增加tcp.opening_timeout参数,默认10s杨威
2023-07-05✨ feat(metric app_name): 配置项增加app_name杨威
2023-07-02✨ feat(marsio_polling_wait_enabled): 增加开关,控制polling开启时�...杨威
2023-06-27🔧 build(MEMPOOL): 增加JEMALLOC_STATIC,静态链接jemalloc模式杨威
2023-06-26✨ feat(sapp metric): 支持输出fs3杨威
2023-06-26🦄 refactor(Remove obsolete code): makefile and dictator杨威
2023-06-26🦄 refactor(sapp.metric): 重构profiling相关参数杨威
2023-06-11✨ feat(tcp timeout): 增加tcp.closing_timeout参数,默认30sv4.3.8杨威
2023-05-16🐞 fix(marsio ctrlzone): 移除跟marsio ctrlzone相关操作,不再考�...杨威
2023-05-04🔧 build(cmakelist): 更新cmake版本要求,移除_BSD_SOURCE宏杨威
2023-02-01✨ feat(OVERLAY_MODE_NF): 新增overlay为NF,无条件转发杨威
2023-01-16🧪 test(test_app_sapp): 增加timed测试dropme逻辑杨威
2023-01-11🌈 style(linter check): reduce lint check warning杨威
2022-06-08✨ feat(l2_l3_tunnel_support): 默认l2_l3_tunnel_support=1,并从模板to...v4.2.85杨威
2022-05-07✨ feat(dumpfile overlay vxlan): dumpfile support set overlay as vxlan杨威
2022-03-03✨ feat(config->packet_io): 增加packet_io.destroy_all_plug_enabled开关杨威
2022-03-03✨ feat(config->packet_io): 增加packet_io.destroy_all_plug_enabled开关v4.2.78杨威
2022-02-24🦄 refactor(更新toml自动生成模板代码逻辑): 自动生成代码�...杨威
2022-02-22✨ feat(packet_io.polling_enabled;): 新增infinite_loop_enabled杨威