aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2011-01-09 19:16:57 -0500
committerDavid S. Miller <davem@davemloft.net>2011-01-09 19:16:57 -0500
commit14934efab62201c176c620bd598b34b59acb6796 (patch)
tree4262474eb8dc55decb9b88c3a42d1aaed74b4074 /Documentation
parent86aa77854f47ab6f5f9c687507af1f57d2b89004 (diff)
parentbfbb23466adcbc77facea3046b44f75530079472 (diff)
Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/net-next-2.6
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/networking/dccp.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/networking/dccp.txt b/Documentation/networking/dccp.txt
index b395ca6a49f2..811872b45bee 100644
--- a/Documentation/networking/dccp.txt
+++ b/Documentation/networking/dccp.txt
@@ -167,6 +167,7 @@ rx_ccid = 2
167seq_window = 100 167seq_window = 100
168 The initial sequence window (sec. 7.5.2) of the sender. This influences 168 The initial sequence window (sec. 7.5.2) of the sender. This influences
169 the local ackno validity and the remote seqno validity windows (7.5.1). 169 the local ackno validity and the remote seqno validity windows (7.5.1).
170 Values in the range Wmin = 32 (RFC 4340, 7.5.2) up to 2^32-1 can be set.
170 171
171tx_qlen = 5 172tx_qlen = 5
172 The size of the transmit buffer in packets. A value of 0 corresponds 173 The size of the transmit buffer in packets. A value of 0 corresponds