mirror of
https://github.com/yanfeizhang/coder-kung-fu.git
synced 2026-03-30 17:00:37 +08:00
feat:添加新文,三次握手异常
This commit is contained in:
@@ -15,14 +15,15 @@
|
||||
- [Linux网络包接收过程的监控与调优](https://mp.weixin.qq.com/s/6iQ-OhEbQJbEcgi9kakSjg)
|
||||
|
||||
**1.2 内核如何与用户进程协作**
|
||||
- [图解 | 深入理解高性能网络开发路上的绊脚石 - 同步阻塞网络 IO](https://mp.weixin.qq.com/s/cIcw0S-Q8pBl1-WYN0UwnA) <font color="#dd0000">(:cn:新)</font>
|
||||
- [图解 | 深入揭秘 epoll 是如何实现 IO 多路复用的!](https://mp.weixin.qq.com/s/OmRdUgO1guMX76EdZn11UQ) <font color="#dd0000">(:cn:新)</font>
|
||||
- [漫画 | 看进程小 P 讲述它的网络性能故事!](https://mp.weixin.qq.com/s/r7EDYsvVhWA2fv52mwM_zg) <font color="#dd0000">(:cn:新)</font>
|
||||
- [图解 | 深入理解高性能网络开发路上的绊脚石 - 同步阻塞网络 IO](https://mp.weixin.qq.com/s/cIcw0S-Q8pBl1-WYN0UwnA)
|
||||
- [图解 | 深入揭秘 epoll 是如何实现 IO 多路复用的!](https://mp.weixin.qq.com/s/OmRdUgO1guMX76EdZn11UQ)
|
||||
- [漫画 | 看进程小 P 讲述它的网络性能故事!](https://mp.weixin.qq.com/s/r7EDYsvVhWA2fv52mwM_zg)
|
||||
|
||||
**1.3 TCP之三次握手**
|
||||
- [为什么服务端程序都需要先 listen 一下?](https://mp.weixin.qq.com/s/hv2tmtVpxhVxr6X-RNWBsQ) <font color="#dd0000">(:cn:新)</font>
|
||||
- [TCP连接中客户端的端口号是如何确定的?](https://mp.weixin.qq.com/s/C-Eeoeh9GHxugF4J30fz1A) <font color="#dd0000">(:cn:新)</font>
|
||||
- [能将三次握手理解到这个深度,面试官拍案叫绝!](https://mp.weixin.qq.com/s/vlrzGc5bFrPIr9a7HIr2eA) <font color="#dd0000">(:cn:新)</font>
|
||||
- [深入解析常见三次握手异常](https://mp.weixin.qq.com/s/7Cum6Y28H_gXLyrRFrthNw) <font color="#dd0000">(:cn:新)</font>
|
||||
|
||||
**1.4 TCP连接时间开销、内存开销**
|
||||
- [聊聊TCP连接耗时的那些事儿](https://mp.weixin.qq.com/s/wXyerOFoibRsaBmbl224gw)
|
||||
@@ -32,7 +33,7 @@
|
||||
**1.5 单机百万并发系列**
|
||||
- [漫画 | 一台Linux服务器最多能支撑多少个TCP连接](https://mp.weixin.qq.com/s/Lkyj42NtvqEj63DoCY5btQ)
|
||||
- [漫画 | 理解了TCP连接的实现以后,客户端的并发也爆发了!](https://mp.weixin.qq.com/s/ta6upubg0o1w03YGUo8Trg)
|
||||
- [百看不如一练,动手测试单机百万连接的保姆级教程!](https://mp.weixin.qq.com/s/f_CMt2ni0vegB3-pf2BTTg) <font color="#dd0000">(:cn:新)</font>
|
||||
- [百看不如一练,动手测试单机百万连接的保姆级教程!](https://mp.weixin.qq.com/s/f_CMt2ni0vegB3-pf2BTTg)
|
||||
|
||||
**1.6 电子书**
|
||||
- [开发内功修炼网络篇电子书出炉!!!](https://mp.weixin.qq.com/s/kE8y9em9a0Xv80YaQqPbRg) <font color="#dd0000">(:cn:新)</font>
|
||||
|
||||
Reference in New Issue
Block a user