Skip to content

Commit 0d882c6

Browse files
committed
fix: out_of_order_reassembly_timeout not taking effect
1 parent 3b8c994 commit 0d882c6

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
@@ -1222,6 +1222,7 @@ impl EbpfTunning {
12221222
pub struct EbpfSocketPreprocess {
12231223
pub out_of_order_reassembly_cache_size: usize,
12241224
pub out_of_order_reassembly_protocols: Vec<String>,
1225+
#[serde(with = "humantime_serde")]
12251226
pub out_of_order_reassembly_timeout: Duration,
12261227
pub segmentation_reassembly_protocols: Vec<String>,
12271228
}

0 commit comments

Comments
 (0)