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 3b8c994 commit 0d882c6Copy full SHA for 0d882c6
1 file changed
agent/src/config/config.rs
@@ -1222,6 +1222,7 @@ impl EbpfTunning {
1222
pub struct EbpfSocketPreprocess {
1223
pub out_of_order_reassembly_cache_size: usize,
1224
pub out_of_order_reassembly_protocols: Vec<String>,
1225
+ #[serde(with = "humantime_serde")]
1226
pub out_of_order_reassembly_timeout: Duration,
1227
pub segmentation_reassembly_protocols: Vec<String>,
1228
}
0 commit comments