diff options
| author | root <[email protected]> | 2024-02-28 08:28:03 +0000 |
|---|---|---|
| committer | root <[email protected]> | 2024-02-28 08:28:03 +0000 |
| commit | e01a9248bd9d0d79f74e6590cd19f36e7e4d09df (patch) | |
| tree | 4a499cd92885deb4043c3517da35ff4338338652 /shaping/include | |
| parent | 5cdde1b9d74d053ddf5e505dc3a39f2154fb3d1e (diff) | |
fix ip header checksum wrong after modify DSCP value for a packet
fix table_info.json shaping profile table valid column
add some debug info
Diffstat (limited to 'shaping/include')
| -rw-r--r-- | shaping/include/shaper_aqm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shaping/include/shaper_aqm.h b/shaping/include/shaper_aqm.h index 2955c3a..8575076 100644 --- a/shaping/include/shaper_aqm.h +++ b/shaping/include/shaper_aqm.h @@ -35,5 +35,5 @@ struct shaper_aqm_codel_para { }; int shaper_aqm_need_drop(struct shaping_profile_info *profile, struct shaping_packet_wrapper *pkt_wrapper, struct timespec *curr_time, unsigned long long latency_us); -int shaper_aqm_blue_need_drop(struct shaper_aqm_blue_para *para, int curr_queue_len); -int shaper_aqm_codel_need_drop(struct shaper_aqm_codel_para *para, unsigned long long curr_time_ms, unsigned long long latency_ms);
\ No newline at end of file +int shaper_aqm_blue_need_drop(int profile_id, struct shaper_aqm_blue_para *para, int curr_queue_len); +int shaper_aqm_codel_need_drop(int profile_id, struct shaper_aqm_codel_para *para, unsigned long long curr_time_ms, unsigned long long latency_ms);
\ No newline at end of file |
