Skip to content

Commit 928c076

Browse files
committed
增加 c-ares
1 parent 61e16a2 commit 928c076

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

libs/cpp.wiki

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1210,7 +1210,15 @@ Home:[http://www.curlpp.org/]
12101210

12111211
Docs:[http://pocoproject.org/docs/Poco.Net.html]
12121212

1213-
POCO 前面已经介绍过。它提供了几种常见应用层协议(HTTP、SMTP、POP3、FTP、NTP)的封装类。
1213+
POCO 前面已经介绍过。它提供了几种常见应用层协议(HTTP、SMTP、POP3、FTP、NTP ...)的封装类。
1214+
1215+
<h4>c-ares</h4>
1216+
1217+
Home:[http://c-ares.haxx.se/]
1218+
1219+
这是一个 C 语言开发的 DNS 封装库,支持异步 DNS 请求,跨多种操作系统。
1220+
1221+
对比官网域名可知,它跟 cURL 是一家子。除了 cURL/libcurl 用到它,还有一些知名开源项目(比如:Wireshark、node.js ...)用到它。
12141222

12151223
== 7.2 自定义协议 ==
12161224

0 commit comments

Comments
 (0)