diff options
-rw-r--r-- | src/basic/missing.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/basic/missing.h b/src/basic/missing.h index 1280e6c410..9d4d08e7a9 100644 --- a/src/basic/missing.h +++ b/src/basic/missing.h @@ -1047,6 +1047,10 @@ struct input_mask { #define RTA_PREF 20 #endif +#ifndef RTAX_QUICKACK +#define RTAX_QUICKACK 15 +#endif + #ifndef IPV6_UNICAST_IF #define IPV6_UNICAST_IF 76 #endif |