diff options
Diffstat (limited to 'man7/udp.7')
| -rw-r--r-- | man7/udp.7 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man7/udp.7 b/man7/udp.7 index b9b5e2e437..2de6381959 100644 --- a/man7/udp.7 +++ b/man7/udp.7 @@ -15,8 +15,9 @@ udp \- User Datagram Protocol for IPv4 .br .B udp_socket = socket(PF_INET, SOCK_DGRAM, 0); .SH DESCRIPTION -This is an implemention of the User Datagram Protocol described in RFC\ 768. It -implements a connectionless, unreliable datagram packet service. +This is an implementation of the User Datagram Protocol +described in RFC\ 768. +It implements a connectionless, unreliable datagram packet service. Packets may be reordered or duplicated before they arrive. UDP generates and checks checksums to catch transmission errors. |
