Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions common/client_types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Loading