summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2024-04-29✨ feat(packet_io marsio): 支持dp trace接口,追加诊断信息v4.3.50yangwei
2024-04-27TSG-16297: adapts SSL protocol detain and forward overlong client hello cross...v4.3.49lijia
2024-04-25🐞 fix(Fix MPUB-1257): 扩大最大支持的发包线程数为256yangwei
2024-04-24TSG-20863 : add get tcp rtt; dup traffic check first N pkt use config file in...lijia
2024-04-22✨ feat(rawpkt api): get link_id&route_dir from rawpktv4.3.46yangwei
2024-04-21✨ feat(bloom library): choose in sapp.tomlyangwei
2024-04-21feat: TSG-20668, add get first packet ip TTLlijia
2024-04-21🐞 fix(timeout set 0 behavior): timeout设置为0,表示不超时,默�...yangwei
2024-04-21Revert "✨ feat(bloom library): choose in sapp.toml"yangwei
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✨ feat(sapp metric update): 新增open和timeout速率统计,暂时关闭...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
2024-03-20✨ feat(get meta by stream dir): 支持按流方向获取meta信息v4.3.40yangwei
2024-03-06🐞 fix(sapp inject packet): Fix OMPUB-1176v4.3.39yangwei
2023-12-29🐞 fix(context rawpkt info): Fix TSG-18200yangwei
2023-12-28🎈 perf(timeout precision): from s to msyangwei
2023-12-18✨ feat(max_timeouts_per_msec): 支持设置每个线程主动超时流的�...yangwei
2023-11-17✨ feat(MESA_stream_opt): 增加按路由方向获取ROUTE_CTX,marsio模�...v4.3.33yangwei
2023-11-16✨ feat(sapp_inject_ctrl_data): 发送控制信息至所有用marsio打开�...v4.3.32yangwei
2023-11-16✨ feat(stream_rawpkt.h): update get current l3 l4 hdr interfaceyangwei
2023-11-08🦄 refactor(eliminate lint warning): 消除语法检查告警v4.3.31yangwei
2023-11-07✨ feat(get rawpkt by route from streaminfo): 增加根据路由方向获取...yangwei
2023-11-03🐞 fix(clang warning): 消除clang编译告警yangwei
2023-10-08✨ feat(IN and OUT link_id): 支持按流获取IN和OUT方向的link_idyangwei
2023-09-19🦄 refactor(sapp_inject_ctrl_pkt): 重构实现,不再直接复用注欺�...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-31🐞 fix(MAX_THREAD_NUM): 更新至128,新增MAX_CORE_NUM,用于定义CPU...v4.3.24yangwei
2023-08-29↩ revert(get_streaminfo_from_rawpkt): 移除get_streaminfo_from_rawpkt,�...yangwei
2023-08-28✨ feat(thread_id & pkt->stream): 新增接口,支撑stellar-c需求yangwei
2023-08-25🐞 fix(deal_udp): 增加流标识,保证包处理过程中隧道外层流...yangwei
2023-08-25✨ feat(udp dup stream): 支持udp重复流识别,key为四元组yangwei
2023-08-24✨ feat(duplicate distinguish): 增加查找和添加stream四元组的接口yangwei
2023-08-24🦄 refactor(duplicate_pkt): 简化重复包识别函数封装,v4/v6和TCP...yangwei
2023-08-23✨ feat(dablooms expire): 接口更新,根据传入的时间戳判断超�...yangwei
2023-08-20✨ feat(dlclose_all_plug_enabled): 控制退出时是否调用dlclose,asan...yangwei
2023-08-18🐞 fix(test_app.so): 移除test_app中对legacy接口的调用yangwei
2023-08-16🐞 fix(Fix-TSG-8241): 修复deployment错误拼写成depolyment的bugyangwei
2023-08-15🐞 fix(clang lint warning): fix lint warningyangwei
2023-08-15✨ feat(inject_pkt_prepend_segment_id): support set sid for inject pktyangwei
2023-08-15🐞 fix(stream_inject.h): remove legacy inject interfaceyangwei
2023-08-10🦄 refactor(lint warning): fix cppcheck warningyangwei
2023-08-06✨ feat(process_latency): 新增clock_gettime_id选项,用于指定clock�...yangwei
2023-08-06✨ feat(process latency): 精度为us,有效范围1us-99syangwei