xuchanglong / NtyTCP-v1.0.0-commentsLinks
用户态的 TCPIP 协议栈并包含了 epoll 技术实现源码,注释将不断维护,以保证质量。
☆12Updated 5 years ago
Alternatives and similar repositories for NtyTCP-v1.0.0-comments
Users that are interested in NtyTCP-v1.0.0-comments are comparing it to the libraries listed below
Sorting:
- 创建一个用户态的TCP/IP协议栈。基于Linux内核的TCP/IP协议栈,Xiaochen Wang's TCP/IP stack 和 Level-IP这三个项目构建的。同时它也是一个中文教程,可以帮助自己(或者看到此教程的人)更好的理解计算机网络,更好的理解协议栈。☆83Updated 4 years ago
- epoll+线程池实现大文件传输☆66Updated 10 years ago
- Easy-Load-Balancer(ELB)是一个易用、稳定、高性能的服务间远程调用的管理、调度、负载系统☆60Updated 7 years ago
- 基于muduo(多线程网络服务框架)在应用层实现了RTSP服务器☆85Updated 4 years ago
- dpdk开发文档翻译☆177Updated 3 years ago
- ☆32Updated 7 years ago
- 即时通信 select/poll/epoll☆45Updated 5 years ago
- 高性能博客系统☆28Updated 5 years ago
- libevent multithread worker example☆20Updated 3 years ago
- Linux平台下小巧精致的tcp/ip协议栈☆10Updated 5 years ago
- linux0.11源码解析☆93Updated last year
- 由C语言实现的单线程高并发的网络基础库☆53Updated 4 years ago
- 使用c++ 14 重构muduo网络库。去除boost依赖。☆34Updated 7 years ago
- ☆67Updated 5 years ago
- libevent-1.4.15源码阅读注释☆73Updated 6 years ago
- 用c语言setjmp和longjmp实现的一个最基本的协程☆35Updated 8 years ago
- A high performance network library, for Pika https://github.com/OpenAtomFoundation/pika☆81Updated 2 years ago
- 高性能网络设计——网络编程(网络io与select、poll、epoll,reactor原理与实现、http服务器实现、websocket协议与服 务器实现)与网络原理(服务器百万并发,网络协议栈,UDP可靠传输协议QUIC),协程框架NtyCo的实现,用户态协议栈NtyTc…☆30Updated 2 years ago
- A high performance multithread C++ network library for linux.☆65Updated 5 years ago
- select、poll、epoll☆69Updated 5 years ago
- gdb debug example☆63Updated 4 years ago
- 测试操作系统并发量☆71Updated 6 years ago
- libevent source code analysis☆62Updated 2 years ago
- fast thread pool☆27Updated 6 years ago
- 多种无锁队列☆43Updated 7 years ago
- 这里面的代码注释,前后花了六年时间,几乎所有重要的内核子系统都注释了,例如中断、互斥、时钟、信号、内存、调度、网络协议栈、文件系统☆161Updated 7 years ago
- c实现的 MQTT 3.1.1 协议broker和client,支持 qos 0,1,2 消息、ACL 权限控制,支持 mongodb 消息存储。正在实现集群支持☆41Updated last year
- 谢宝友的Linux2.6.11源码注释。linux 2.6.11.12代码注释。主要参考《深入理解LINUX内核第三版》、《深入理解LINUX网络内幕》、《深入理解LINUX虚拟内存管理》等书籍☆239Updated 6 years ago
- Muduo Non-blocking Address Resolver with UDNS☆19Updated 8 years ago
- 系统编程:Makefile的编写、进程线程区别以及控制、生产者消费者模型、System V标准和POSIX标准中的IPC间通信、简单Shell脚本的编写;网络编程:基于TCP/UDP的客户端/服务器、socket、高级I/O、select/poll/epoll、Http协议☆56Updated 9 years ago