Skip to content

Commit 32e1030

Browse files
committed
调整“网络”的下级分类
1 parent 3508a59 commit 32e1030

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

libs/python.wiki

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -559,9 +559,7 @@ Home:[https://github.com/google/pywebsocket]
559559

560560
= 5 网络 =
561561

562-
== 5.1 标准协议 ==
563-
564-
=== 5.1.1 链路层 & 网络层 ===
562+
== 5.1 链路层 & 网络层 ==
565563

566564
<h4>Scapy</h4>
567565

@@ -582,7 +580,7 @@ ans,unans = sr(IP(dst="192.168.1.1-254")/ICMP())
582580
ans,unans = srp(Ether(dst="ff:ff:ff:ff:ff:ff")/ARP(pdst="192.168.1.0/24"), timeout=2)
583581
</source>
584582

585-
=== 5.1.2 传输层 ===
583+
== 5.2 传输层 ==
586584

587585
<h4>socket</h4>
588586

@@ -598,7 +596,7 @@ Python 标准库很早就提供了对 socket 编程的支持。
598596

599597
这个标准库基于上述的 asyncore,提供更高层的 API,简化异步通讯编程。
600598

601-
=== 5.1.3 应用层 ===
599+
== 5.3 标准的应用层 ==
602600

603601
<h4>ftplib</h4>
604602

@@ -664,7 +662,7 @@ Home:[https://bitbucket.org/jaraco/irc]
664662

665663
IRC 是 Internet Relay Chat 的缩写。这是用 Python 封装的第三方库。
666664

667-
== 5.2 自定义协议 ==
665+
== 5.4 自定义的应用层 ==
668666

669667
<h4>Protocol Buffers</h4>
670668

@@ -690,7 +688,7 @@ Wikipedia:[https://en.wikipedia.org/wiki/Apache_Thrift 英文]
690688

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

693-
== 5.3 网络库、框架、中间件 ==
691+
== 5.5 网络库、框架、中间件 ==
694692

695693
<h4>Twisted</h4>
696694

0 commit comments

Comments
 (0)