We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f103b9f commit d3a37c4Copy full SHA for d3a37c4
1 file changed
agent/src/config/config.rs
@@ -1435,6 +1435,7 @@ pub struct EbpfNetwork {
1435
pub struct EbpfSocketPreprocess {
1436
pub out_of_order_reassembly_cache_size: usize,
1437
pub out_of_order_reassembly_protocols: Vec<String>,
1438
+ #[serde(with = "humantime_serde")]
1439
pub out_of_order_reassembly_timeout: Duration,
1440
pub segmentation_reassembly_protocols: Vec<String>,
1441
}
0 commit comments