diff options
Diffstat (limited to 'Documentation/networking/dccp.txt')
-rw-r--r-- | Documentation/networking/dccp.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/networking/dccp.txt b/Documentation/networking/dccp.txt index 477026ae0ffb..f9157180f7d8 100644 --- a/Documentation/networking/dccp.txt +++ b/Documentation/networking/dccp.txt | |||
@@ -41,6 +41,9 @@ the socket will fall back to 0 (which means that no meaningful service code | |||
41 | is present). Connecting sockets set at most one service option; for | 41 | is present). Connecting sockets set at most one service option; for |
42 | listening sockets, multiple service codes can be specified. | 42 | listening sockets, multiple service codes can be specified. |
43 | 43 | ||
44 | DCCP_SOCKOPT_GET_CUR_MPS is read-only and retrieves the current maximum packet | ||
45 | size (application payload size) in bytes, see RFC 4340, section 14. | ||
46 | |||
44 | DCCP_SOCKOPT_SEND_CSCOV and DCCP_SOCKOPT_RECV_CSCOV are used for setting the | 47 | DCCP_SOCKOPT_SEND_CSCOV and DCCP_SOCKOPT_RECV_CSCOV are used for setting the |
45 | partial checksum coverage (RFC 4340, sec. 9.2). The default is that checksums | 48 | partial checksum coverage (RFC 4340, sec. 9.2). The default is that checksums |
46 | always cover the entire packet and that only fully covered application data is | 49 | always cover the entire packet and that only fully covered application data is |