Skip to content

Commit de49749

Browse files
committed
调整“网络编程”的下级分类
1 parent 75f97fe commit de49749

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

libs/cpp.wiki

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1277,9 +1277,7 @@ Home:[http://wxmathplot.sourceforge.net/]
12771277

12781278
= 7 网络编程 =
12791279

1280-
== 7.1 标准协议 ==
1281-
1282-
=== 7.1.1 链路层 & 网络层 ===
1280+
== 7.1 链路层 & 网络层 ==
12831281

12841282
<h4>libpcap</h4>
12851283

@@ -1354,7 +1352,7 @@ Wikipedia:[https://en.wikipedia.org/wiki/Pcap 英文]
13541352

13551353
它是 libpcap 在 Windows 系统下的移植。
13561354

1357-
=== 7.1.2 传输层 ===
1355+
== 7.2 传输层 ==
13581356

13591357
<h4>socket</h4>
13601358

@@ -1380,7 +1378,7 @@ Docs:[http://pocoproject.org/docs/Poco.Net.html]
13801378

13811379
POCO 前面已经介绍过。它提供了针对 TCP 服务端的封装类。
13821380

1383-
=== 7.1.3 应用层 ===
1381+
== 7.3 标准的应用层 ==
13841382

13851383
<h4>cURL & libcurl</h4>
13861384

@@ -1451,7 +1449,7 @@ Home:[http://c-ares.haxx.se/]
14511449

14521450
对比官网域名可知,它跟 cURL 是一家子。除了 cURL/libcurl 用到它,还有一些知名开源项目(比如:Wireshark、node.js ...)用到它。
14531451

1454-
== 7.2 自定义协议 ==
1452+
== 7.4 自定义的应用层 ==
14551453

14561454
<h4>Protocol Buffers</h4>
14571455

@@ -1477,7 +1475,7 @@ Wikipedia:[https://en.wikipedia.org/wiki/Apache_Thrift 英文]
14771475

14781476
(在这个方面,它有点类似于 Google 的 Protocol Buffers)
14791477

1480-
== 7.3 网络库、框架、中间件 ==
1478+
== 7.5 网络库、框架、中间件 ==
14811479

14821480
<h4>Boost.Asio</h4>
14831481

0 commit comments

Comments
 (0)