# linux-3.10 **Repository Path**: youyifeng/linux-3.10 ## Basic Information - **Project Name**: linux-3.10 - **Description**: Forked from https:/github.com/yifengyou/linux-3.10.git - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-07-21 - **Last Updated**: 2024-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # linux 3.10 学习笔记 **请自觉遵守社区规范** ``` Something I hope you know before go into the coding~ First, please watch or star this repo, I'll be more happy if you follow me. Bug report, questions and discussion are welcome, you can post an issue or pull a request. ``` # 目录 * [读我](docs/README.md) * [勘误](docs/勘误.md) * [内核是如何接收网络包](docs/内核是如何接收网络包.md) * [内核是如何与用户进程协作](docs/内核是如何与用户进程协作.md) * [内核如何发送网络包](docs/内核如何发送网络包.md) * [理解本机网络IO](docs/理解本机网络IO.md) * [理解TCP连接建立过程](docs/理解TCP连接建立过程.md) * [一条TCP连接开销多大内存](docs/一条TCP连接开销多大内存.md) * [一台机器最多支持多少条TCP连接](docs/一台机器最多支持多少条TCP连接.md) * [网络性能优化建议](docs/网络性能优化建议.md) * [容器网络虚拟化](docs/容器网络虚拟化.md) ## 参考教材 * * ![20220620_210146_94](image/20220620_210146_94.png) ---