From 04bda8d628512d5cc57be168d502fb3e18d32882 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joshua=20Dean=20K=C3=BCpper?= Date: Wed, 8 Jan 2025 23:41:04 +0100 Subject: [PATCH] add missing documentation --- src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.rs b/src/config.rs index a7ae4a6..c8fec95 100644 --- a/src/config.rs +++ b/src/config.rs @@ -39,7 +39,7 @@ pub struct AppState { pub timeout_fallback: f64, /// The offset of the timeout in fractional seconds that is always subtracted from the value. pub timeout_offset: f64, - /// . + /// The protocol version that should be used as a fallback (if not explicitly defined). pub protocol_version: isize, /// The resolver that will be used to dynamically resolve all target addresses. pub resolver: TokioAsyncResolver,