Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
isno committed Feb 7, 2025
1 parent 0eeceb0 commit ca2b49d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network/summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

在第二章,我们讨论了请求如何到达后端系统。本章将进一步探讨请求到达 Linux 系统后的处理过程。

本章内容将深入分析 Linux 内核网络技术,根据数据包的处理过程层层推进,首先解析 Linux 内核中关键模块(将介绍 netfilter、iptables 以及 conntrack)如何密切协作、如何影响应用软件的设计。接着,针对 Linux 内核在密集网络系统下的瓶颈问题,探索业内一些“跨内核”思想的解决方案(将介绍 DPDK、RDMA 和 eBPF 技术)。最后,我们将学习虚拟化网络技术,为后续介绍的高级应用(负载均衡、容器编排、服务网格)储备必要的基础知识。
本章内容将深入分析 Linux 内核网络技术,根据数据包的处理过程层层推进,首先解析 Linux 内核中关键模块(将介绍 netfilter、iptables 以及 conntrack)如何密切协作、如何影响应用软件的设计。接着,针对 Linux 内核在密集网络系统下的瓶颈问题,探索业内一些“跨内核”思想的解决方案(将介绍 DPDK、RDMA 和 eBPF 技术)。最后,我们将学习虚拟化网络技术,为后续介绍的高级应用(如负载均衡、容器编排、服务网格)储备必要的基础知识。

本章内容安排如图 3-0 所示。
:::center
Expand Down

0 comments on commit ca2b49d

Please sign in to comment.