diff options
| author | Michael Biebl <biebl@debian.org> | 2024-09-01 22:38:46 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2024-09-01 22:38:46 +0200 |
| commit | e89be0baafbf2359719e7150e374d9e3efde4513 (patch) | |
| tree | aeb24b61eb3ef72efd98bbc7de168df952f95a6b /src/core/nm-config.h | |
| parent | 81f4784c87916c34bda1865ca8aafdff7f8ba55a (diff) | |
| parent | f9bfd1158b8d08d6a5ed3bb7cc1ba7a6455e5201 (diff) | |
Update upstream source from tag 'upstream/1.49.90'
Update to upstream version '1.49.90' with Debian dir 91100697245f76450c5ee1f238e8a69862e0f418
Diffstat (limited to 'src/core/nm-config.h')
| -rw-r--r-- | src/core/nm-config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/nm-config.h b/src/core/nm-config.h index e65582c3..5518184c 100644 --- a/src/core/nm-config.h +++ b/src/core/nm-config.h @@ -28,6 +28,7 @@ #define NM_CONFIG_SIGNAL_CONFIG_CHANGED "config-changed" #define NM_CONFIG_DEFAULT_CONNECTIVITY_INTERVAL 300 +#define NM_CONFIG_DEFAULT_CONNECTIVITY_TIMEOUT 20 #define NM_CONFIG_DEFAULT_CONNECTIVITY_RESPONSE "NetworkManager is online" /* NOT LOCALIZED */ typedef struct NMConfigCmdLineOptions NMConfigCmdLineOptions; |