Modify client-side behavior

This commit is contained in:
M Essam Hamed
2025-10-01 17:58:38 +03:00
parent ad3985ac63
commit b070304d46
10 changed files with 730 additions and 479 deletions
File diff suppressed because it is too large Load Diff
+7 -1
View File
@@ -268,7 +268,13 @@ message PeerConfig {
int32 mtu = 7;
// Auto-update config
string autoUpdateVersion = 8;
AutoUpdateSettings autoUpdate = 8;
}
message AutoUpdateSettings {
string version = 1;
// When false, only update if the connection started < 1 minute ago
bool alwaysUpdate = 2;
}
// NetworkMap represents a network state of the peer with the corresponding configuration parameters to establish peer-to-peer connections