Skip to content

Commit 3674310

Browse files
committed
Fix typo
`UPD` -> `UDP`
1 parent 23055bc commit 3674310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/c11/p03_creating_udp_server.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
----------
4949
讨论
5050
----------
51-
一个典型的UPD服务器接收到达的数据报(消息)和客户端地址。如果服务器需要做应答,
51+
一个典型的UDP服务器接收到达的数据报(消息)和客户端地址。如果服务器需要做应答,
5252
它要给客户端回发一个数据报。对于数据报的传送,
5353
你应该使用socket的 ``sendto()`` 和 ``recvfrom()`` 方法。
5454
尽管传统的 ``send()`` 和 ``recv()`` 也可以达到同样的效果,

0 commit comments

Comments
 (0)