diff options
| author | lijia <[email protected]> | 2021-10-21 17:55:22 +0800 |
|---|---|---|
| committer | lijia <[email protected]> | 2021-10-21 17:55:22 +0800 |
| commit | 86bfb5297eaead2f816a8a64c94ba94e1885adfa (patch) | |
| tree | 999c4b935f9482503f760691a86747394f986f85 /test | |
| parent | 4bf8b344cb5487055eb9ab653d896f797a4210f5 (diff) | |
TSG-7949, sapp频繁输出的重复告警日志改成field stat统计;
TSG-8118, 修复sapp解析配置文件etc/well_known_port.conf错误;
Diffstat (limited to 'test')
| -rw-r--r-- | test/test_app_sapp.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/test_app_sapp.c b/test/test_app_sapp.c index a9f40f0..647b3c7 100644 --- a/test/test_app_sapp.c +++ b/test/test_app_sapp.c @@ -3206,6 +3206,12 @@ char KEEP_STREAM(struct streaminfo *a_tcp, void **pme, int thread_seq,void *a_p return APP_STATE_GIVEME; } +char DROP_STREAM_PKT(struct streaminfo *a_tcp, void **pme, int thread_seq,void *a_packet) +{ + return APP_STATE_DROPPKT; +} + + char TCP_ENTRY(struct streaminfo *a_tcp, void **pme, int thread_seq,void *a_packet) { //test_project_add(a_tcp,pme,thread_seq,a_packet); |
