Skip to content

Commit d3a37c4

Browse files
committed
fix: out_of_order_reassembly_timeout not taking effect
1 parent f103b9f commit d3a37c4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

agent/src/config/config.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1435,6 +1435,7 @@ pub struct EbpfNetwork {
14351435
pub struct EbpfSocketPreprocess {
14361436
pub out_of_order_reassembly_cache_size: usize,
14371437
pub out_of_order_reassembly_protocols: Vec<String>,
1438+
#[serde(with = "humantime_serde")]
14381439
pub out_of_order_reassembly_timeout: Duration,
14391440
pub segmentation_reassembly_protocols: Vec<String>,
14401441
}

0 commit comments

Comments
 (0)