Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: CodingDock/Reading-and-comprehense-linux-Kernel-network-protocol-stack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: y123456yz/Reading-and-comprehense-linux-Kernel-network-protocol-stack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Feb 28, 2019

  1. renew README.md

    yangyazhou committed Feb 28, 2019
    Copy the full SHA
    f077f39 View commit details

Commits on Apr 7, 2019

  1. renew READ.me

    yangyazhou committed Apr 7, 2019
    Copy the full SHA
    af6a07a View commit details

Commits on Dec 24, 2020

  1. renew READ.MD

    y123456yz committed Dec 24, 2020
    Copy the full SHA
    db69c12 View commit details
Showing with 12 additions and 0 deletions.
  1. +12 −0 README.md
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
DDD# Reading-and-comprehense-linux-Kernel-network-protocol-stack

nginx高并发设计优秀思想应用于其他高并发代理中间件:
===================================
* [高性能 -Nginx 多进程高并发、低时延、高可靠机制在百万级缓存 (redis、memcache) 代理中间件中的应用](https://xie.infoq.cn/article/2ee961483c66a146709e7e861)

redis、nginx、memcache、twemproxy、mongodb等更多中间件,分布式系统,高性能服务端核心思想实现博客:
===================================
* [中间件、高性能服务器、分布式存储等(redis、memcache、pika、rocksdb、mongodb、wiredtiger、高性能代理中间件)二次开发、性能优化,逐步整理文档说明并配合demo指导](https://github.com/y123456yz/middleware_development_learning)



===================================
linux内核网络协议栈阅读理解

本代码是linux内核网络协议栈源码(版本为2.6.35),本代码对三层及其以上部分主要功能做