diff options
Diffstat (limited to 'net/dccp/dccp.h')
-rw-r--r-- | net/dccp/dccp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/dccp/dccp.h b/net/dccp/dccp.h index e28220183208..a602d9212c64 100644 --- a/net/dccp/dccp.h +++ b/net/dccp/dccp.h | |||
@@ -92,6 +92,7 @@ extern int sysctl_dccp_feat_ack_ratio; | |||
92 | extern int sysctl_dccp_feat_send_ack_vector; | 92 | extern int sysctl_dccp_feat_send_ack_vector; |
93 | extern int sysctl_dccp_feat_send_ndp_count; | 93 | extern int sysctl_dccp_feat_send_ndp_count; |
94 | extern int sysctl_dccp_tx_qlen; | 94 | extern int sysctl_dccp_tx_qlen; |
95 | extern int sysctl_dccp_sync_ratelimit; | ||
95 | 96 | ||
96 | /* | 97 | /* |
97 | * 48-bit sequence number arithmetic (signed and unsigned) | 98 | * 48-bit sequence number arithmetic (signed and unsigned) |