diff options
author | Ian McDonald <ian.mcdonald@jandi.co.nz> | 2006-11-20 16:19:32 -0500 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-12-03 00:24:42 -0500 |
commit | 82e3ab9dbeebd5c8d5402ad1607d22086271a56d (patch) | |
tree | 23f66bf5a801fc80024f19f502142a2e1927c992 /Documentation | |
parent | 455431739ca2f4c7f02d0a5979559ac5a68a6f95 (diff) |
[DCCP]: Adds the tx buffer sysctls
This one got lost on the way from Ian to Gerrit to me, fix it.
Signed-off-by: Ian McDonald <ian.mcdonald@jandi.co.nz>
Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
Diffstat (limited to 'Documentation')
-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 | ||