index
:
mesalab_git/MESA_Platform/sapp.git
Feature-ap-bloom
Feature-bind-device-for-working-thread
Feature-bpf-default-behavior
Feature-cmp-innermost-addr
Feature-merge-jump-layer
Feature-monotonic-time
Feature-omit-gtp-layer
Feature-omit0-tunnel-outer-stream
Feature-tcp-unorder-free
Feature-timeout-on-polling-only
Fix-ctrl-pkt-error
Fix-get-opt-segfault
Fix-ipfrag-metrics
Fix-timeout-overspeed-memleak
Patch-4-3-59-bpf-default-behavior
apbloom-perf-optimization
dabloom-calc-capacity-by-partition
dev-4.0
dev-4.1
dev-4.2
dev-4.3
feature-TSG-12533-deal-offload-report
pangu_develop_parallel
pangu_develop_serial
perf-cmp-addr-use-layer-hash
rel-4.0
release-4.2
soq_online
Repository for MESA_Platform/sapp
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-06-05
🐞 fix(get stream opt segfault): polling ctx always null in pcap
Fix-get-opt-segfault
yangwei
2024-05-23
✨ feat(stream meta get): 支持按路由方向获取sidlist
v4.3.57
yangwei
2024-05-23
✨ feat(stream opt): 支持按方向获取会话上的SID
v4.3.56
yangwei
2024-05-23
📃 docs(plug_support.c): 删除中文乱码注释
yangwei
2024-05-17
✨ feat(bloom filter parameter): set defalut parameter by stream num
v4.3.55
yangwei
2024-05-17
feat: The DABF partition feature changed to built in.
lijia
2024-05-17
TSG-20808,TSG-20954:split bm into multi-partition to avoid long latency by me...
lijia
2024-05-09
🐞 fix(dp trace): 仅在异常时记录诊断信息
yangwei
2024-05-06
🐞 fix(diagnose_error_to_dump): SAPP_STAT_RCV_UNKNOWN数据标记为error
v4.3.54
yangwei
2024-05-06
🐞 fix( mpls entry): ctrl packet ignore len mismatch
Fix-ctrl-pkt-error
yangwei
2024-05-04
fix TSG-21002 : forwarding detain pkt but rawpkt is NULL
v4.3.53
lijia
2024-05-02
TSG-21000: support TFO(TCP Fast Open)
v4.3.52
lijia
2024-05-01
🐞 fix(identify_gtp): try fix TSG-20998, 识别GTP排除DNS和QUIC服务端口
v4.3.51
yangwei
2024-04-29
✨ feat(packet_io marsio): 支持dp trace接口,追加诊断信息
v4.3.50
yangwei
2024-04-28
update g_current_time based on the timestamp of the pcap packet header
lijia
2024-04-27
TSG-16297: adapts SSL protocol detain and forward overlong client hello cross...
v4.3.49
lijia
2024-04-25
🧪 test(get tcp rtt test case): disable temporarily
v4.3.48
yangwei
2024-04-25
🐞 fix(marsio get meta from mbuff): fix type size unmatch with marsio
yangwei
2024-04-25
🐞 fix(Fix MPUB-1257): 扩大最大支持的发包线程数为256
yangwei
2024-04-25
Fix bug: where enabling 'inject_all_enabled=1' would cause original packet du...
lijia
2024-04-24
TSG-20863 : add get tcp rtt; dup traffic check first N pkt use config file in...
lijia
2024-04-23
🐞 fix(marsio_get_link_id_from_mbuff): 获取link_id返回值类型不匹�...
v4.3.47
yangwei
2024-04-22
✨ feat(rawpkt api): get link_id&route_dir from rawpkt
v4.3.46
yangwei
2024-04-21
📃 docs(default sapp.toml): 默认开启重复流和包识别,调整tcp�...
v4.3.45
yangwei
2024-04-21
🐞 fix(fs3 metrics): 修复inbond outbond计数统计笔误
yangwei
2024-04-21
✨ feat(bloom library): choose in sapp.toml
yangwei
2024-04-21
feat: TSG-20668, add get first packet ip TTL
lijia
2024-04-21
🐞 fix(timeout set 0 behavior): timeout设置为0,表示不超时,默�...
yangwei
2024-04-21
🐞 fix(dup_pkt.parameter): 修复toml中配置项名称与代码不一致�...
yangwei
2024-04-21
Revert "✨ feat(bloom library): choose in sapp.toml"
yangwei
2024-04-21
🐞 fix(stream_set_single_stream_timeout): 同时判断opstate和pktstate为...
yangwei
2024-04-16
🐞 fix(no use timeout): 切换到nouse后,同步插件设置的特殊超�...
v4.3.44
yangwei
2024-04-12
✨ feat(udp concurrency stream num): add max_opening & max_pair
yangwei
2024-04-12
🐞 fix(unknow traffic metric): 修复未知包长度计数错误
yangwei
2024-04-12
✨ feat(sapp metric update): 新增open和timeout速率统计,暂时关闭...
yangwei
2024-04-12
🐞 fix(Fix TSG-19781): tcp正序数据错误的被移动至closing表
yangwei
2024-04-09
✨ feat(gtp entry): gtp stream donot cache rawpkt
yangwei
2024-04-07
✨ feat(sapp.toml): reorder_on_closing, default set 1
Feature-tcp-unorder-free
yangwei
2024-04-07
✨ feat(signal handle): user1 signal, call malloc_stats_print
yangwei
2024-04-03
✨ feat(tcp_deal_unorder): 超时或者重置时,tcp乱序缓存不触发�...
yangwei
2024-04-03
✨ feat(bloom library): choose in sapp.toml
Feature-ap-bloom
yangwei
2024-04-03
✨ feat(ap_bloom): 使用ap_bloom替代dabloom
yangwei
2024-04-02
TSG-20317: 1.Optimize inject packet duplicate traffic detection performance; ...
lijia
2024-04-01
🎈 perf(get_current_rawpkt_from_streaminfo): inline & likely
v4.3.42
yangwei
2024-04-01
🐞 fix(remove sapp_rawpkt_ntop): 移除sapp_rawpkt_ntop,非eth包计入un...
yangwei
2024-03-27
🐞 fix(MESA_kill_tcp_remedy): 修复平台触发rst补救时,获取原始...
yangwei
2024-03-26
✨ feat(signal handle): 使用sigaction仅在主线程处理性能统计信号
yangwei
2024-03-25
🐞 fix(guess_if_teredo): Add default port to Teredo identify
v4.3.41
yangwei
2024-03-20
✨ feat(get meta by stream dir): 支持按流方向获取meta信息
v4.3.40
yangwei
2024-03-20
🐞 fix(MESA_get_stream_opt): 修复in & out route_ctx返回错误
yangwei
[next]