diff options
Diffstat (limited to 'man7/udp.7')
| -rw-r--r-- | man7/udp.7 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man7/udp.7 b/man7/udp.7 index da9a4c6f40..3fe2f6ec51 100644 --- a/man7/udp.7 +++ b/man7/udp.7 @@ -87,12 +87,12 @@ When turned off UDP will fragment outgoing UDP packets that exceed the interface MTU. However disabling it is not recommended for performance and reliability reasons. -.SH "ADDRESS FORMAT" +.SS "Address Format" UDP uses the IPv4 .B sockaddr_in address format described in .BR ip (7). -.SH "ERROR HANDLING" +.SS "Error Handling" All fatal errors will be passed to the user as an error return even when the socket is not connected. This includes asynchronous errors @@ -125,7 +125,7 @@ and can be received by with the .B MSG_ERRQUEUE flag set. -.SH "SOCKET OPTIONS" +.SS "Socket Options" To set or get a UDP socket option, call .BR getsockopt (2) to read or @@ -140,7 +140,7 @@ the option is disabled. This option should not be used in code intended to be portable. .\" FIXME document UDP_ENCAP (new in kernel 2.5.67) -.SH IOCTLS +.SS Ioctls These ioctls can be accessed using .BR ioctl (2). The correct syntax is: |
