diff --git a/agent/src/config/config.rs b/agent/src/config/config.rs index 9a1b1c25aaa..b711a60d429 100644 --- a/agent/src/config/config.rs +++ b/agent/src/config/config.rs @@ -1435,6 +1435,7 @@ pub struct EbpfNetwork { pub struct EbpfSocketPreprocess { pub out_of_order_reassembly_cache_size: usize, pub out_of_order_reassembly_protocols: Vec, + #[serde(with = "humantime_serde")] pub out_of_order_reassembly_timeout: Duration, pub segmentation_reassembly_protocols: Vec, }