mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-30 15:44:13 +08:00
[DCCP]: Update documentation on ioctls
Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk> Acked-by: Ian McDonald <ian.mcdonald@jandi.co.nz> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
c86ab2b6a5
commit
c28149016c
@ -136,6 +136,12 @@ sync_ratelimit = 125 ms
|
|||||||
sequence-invalid packets on the same socket (RFC 4340, 7.5.4). The unit
|
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.
|
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
|
Notes
|
||||||
=====
|
=====
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user