diff options
Diffstat (limited to 'Documentation/networking/dccp.txt')
-rw-r--r-- | Documentation/networking/dccp.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/networking/dccp.txt b/Documentation/networking/dccp.txt index 1910d097a0ad..dda15886bcb5 100644 --- a/Documentation/networking/dccp.txt +++ b/Documentation/networking/dccp.txt | |||
@@ -100,6 +100,10 @@ rx_ccid = 2 | |||
100 | seq_window = 100 | 100 | seq_window = 100 |
101 | The initial sequence window (sec. 7.5.2). | 101 | The initial sequence window (sec. 7.5.2). |
102 | 102 | ||
103 | tx_qlen = 5 | ||
104 | The size of the transmit buffer in packets. A value of 0 corresponds | ||
105 | to an unbounded transmit buffer. | ||
106 | |||
103 | Notes | 107 | Notes |
104 | ===== | 108 | ===== |
105 | 109 | ||