diff options
Diffstat (limited to 'net/dccp/feat.h')
-rw-r--r-- | net/dccp/feat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/dccp/feat.h b/net/dccp/feat.h index 4d172822df17..093af1610d11 100644 --- a/net/dccp/feat.h +++ b/net/dccp/feat.h | |||
@@ -22,6 +22,8 @@ | |||
22 | /* Wmin=32 and Wmax=2^46-1 from 7.5.2 */ | 22 | /* Wmin=32 and Wmax=2^46-1 from 7.5.2 */ |
23 | #define DCCPF_SEQ_WMIN 32 | 23 | #define DCCPF_SEQ_WMIN 32 |
24 | #define DCCPF_SEQ_WMAX 0x3FFFFFFFFFFFull | 24 | #define DCCPF_SEQ_WMAX 0x3FFFFFFFFFFFull |
25 | /* Maximum number of SP values that fit in a single (Confirm) option */ | ||
26 | #define DCCP_FEAT_MAX_SP_VALS (DCCP_SINGLE_OPT_MAXLEN - 2) | ||
25 | 27 | ||
26 | enum dccp_feat_type { | 28 | enum dccp_feat_type { |
27 | FEAT_AT_RX = 1, /* located at RX side of half-connection */ | 29 | FEAT_AT_RX = 1, /* located at RX side of half-connection */ |