diff options
Diffstat (limited to 'include/linux/tipc_config.h')
-rw-r--r-- | include/linux/tipc_config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/tipc_config.h b/include/linux/tipc_config.h index 7d42460a5e3c..c14102dee22e 100644 --- a/include/linux/tipc_config.h +++ b/include/linux/tipc_config.h | |||
@@ -193,6 +193,10 @@ | |||
193 | #define TIPC_DEF_LINK_TOL 1500 | 193 | #define TIPC_DEF_LINK_TOL 1500 |
194 | #define TIPC_MAX_LINK_TOL 30000 | 194 | #define TIPC_MAX_LINK_TOL 30000 |
195 | 195 | ||
196 | #if (TIPC_MIN_LINK_TOL < 16) | ||
197 | #error "TIPC_MIN_LINK_TOL is too small (abort limit may be NaN)" | ||
198 | #endif | ||
199 | |||
196 | /* | 200 | /* |
197 | * Link window limits (min, default, max), in packets | 201 | * Link window limits (min, default, max), in packets |
198 | */ | 202 | */ |