From 56ff8855438e57037dd332a31f1015ff8e477f61 Mon Sep 17 00:00:00 2001 From: Gerrit Renker Date: Wed, 21 Nov 2007 10:14:31 -0200 Subject: [PATCH] --- yaml --- r: 78189 b: refs/heads/master c: c28149016c24f4399c0a1eb0ebc15c92611223f0 h: refs/heads/master i: 78187: ede1d01246f7ec9ae5dc9d5955de9e5b6d400262 v: v3 --- [refs] | 2 +- trunk/Documentation/networking/dccp.txt | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 2ac449541c27..78a88c1768d8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c86ab2b6a5deec2223a606b90c001bedda9d950b +refs/heads/master: c28149016c24f4399c0a1eb0ebc15c92611223f0 diff --git a/trunk/Documentation/networking/dccp.txt b/trunk/Documentation/networking/dccp.txt index ffb9ca937d65..d76905a5a087 100644 --- a/trunk/Documentation/networking/dccp.txt +++ b/trunk/Documentation/networking/dccp.txt @@ -136,6 +136,12 @@ sync_ratelimit = 125 ms sequence-invalid packets on the same socket (RFC 4340, 7.5.4). The unit of this parameter is milliseconds; a value of 0 disables rate-limiting. +IOCTLS +====== +FIONREAD + Works as in udp(7): returns in the `int' argument pointer the size of + the next pending datagram in bytes, or 0 when no datagram is pending. + Notes =====