diff options
Diffstat (limited to 'Documentation/networking/dccp.txt')
-rw-r--r-- | Documentation/networking/dccp.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/networking/dccp.txt b/Documentation/networking/dccp.txt index 4504cc59e405..477026ae0ffb 100644 --- a/Documentation/networking/dccp.txt +++ b/Documentation/networking/dccp.txt | |||
@@ -112,6 +112,11 @@ tx_qlen = 5 | |||
112 | The size of the transmit buffer in packets. A value of 0 corresponds | 112 | The size of the transmit buffer in packets. A value of 0 corresponds |
113 | to an unbounded transmit buffer. | 113 | to an unbounded transmit buffer. |
114 | 114 | ||
115 | sync_ratelimit = 125 ms | ||
116 | The timeout between subsequent DCCP-Sync packets sent in response to | ||
117 | sequence-invalid packets on the same socket (RFC 4340, 7.5.4). The unit | ||
118 | of this parameter is milliseconds; a value of 0 disables rate-limiting. | ||
119 | |||
115 | Notes | 120 | Notes |
116 | ===== | 121 | ===== |
117 | 122 | ||