From c4f8c1a1061a1750448778d7958a536dd15dcea5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Ciarcin=CC=81ski?= Date: Wed, 16 Sep 2026 09:08:11 +0200 Subject: [PATCH] Client MTU --- common/client_types.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/client_types.proto b/common/client_types.proto index 790e31d..37ed60f 100644 --- a/common/client_types.proto +++ b/common/client_types.proto @@ -139,6 +139,8 @@ message DeviceConfig { // [2.2] The ordered steps of the MFA flow resolved for this user at this // location. repeated MfaStep steps = 14; + // [2.2] MTU for the client. + optional uint32 mtu = 15; } enum ClientTrafficPolicy {