diff options
| -rw-r--r-- | Documentation/networking/dccp.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/networking/dccp.txt b/Documentation/networking/dccp.txt index ffb9ca937d65..d76905a5a087 100644 --- a/Documentation/networking/dccp.txt +++ b/Documentation/networking/dccp.txt | |||
| @@ -136,6 +136,12 @@ sync_ratelimit = 125 ms | |||
| 136 | sequence-invalid packets on the same socket (RFC 4340, 7.5.4). The unit | 136 | sequence-invalid packets on the same socket (RFC 4340, 7.5.4). The unit |
| 137 | of this parameter is milliseconds; a value of 0 disables rate-limiting. | 137 | of this parameter is milliseconds; a value of 0 disables rate-limiting. |
| 138 | 138 | ||
| 139 | IOCTLS | ||
| 140 | ====== | ||
| 141 | FIONREAD | ||
| 142 | Works as in udp(7): returns in the `int' argument pointer the size of | ||
| 143 | the next pending datagram in bytes, or 0 when no datagram is pending. | ||
| 144 | |||
| 139 | Notes | 145 | Notes |
| 140 | ===== | 146 | ===== |
| 141 | 147 | ||
