[client] Add skipNetworkMapUpdate field to SyncResponse for conditional updates

This commit is contained in:
Hakan Sariman
2025-09-29 18:28:14 +07:00
parent f241bfa339
commit d0c65fa08e
3 changed files with 499 additions and 486 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -87,6 +87,9 @@ message SyncResponse {
// Posture checks to be evaluated by client
repeated Checks Checks = 6;
// Indicates whether the client should skip updating the network map
bool skipNetworkMapUpdate = 7;
}
message SyncMetaRequest {