chenshuo / 4.4BSD-Lite2Links
User-mode TCP/IP stack from 4.4BSD-Lite2, a companion of TCP/IP Illustrated vol. 2
☆371Updated 4 years ago
Alternatives and similar repositories for 4.4BSD-Lite2
Users that are interested in 4.4BSD-Lite2 are comparing it to the libraries listed below
Sorting:
- ☆151Updated 7 months ago
- Investigate on the details of Linux programming☆106Updated 4 years ago
- buddy内存分配器实现☆294Updated last year
- linux内核网络协议栈源码阅读分析注释--带详尽中文分析注释以及相关流程分析调用注释,对理解分析内核协议栈源码很有帮助☆306Updated 4 years ago
- a library version of FreeBSD's TCP/IP stack plus extras☆764Updated 8 years ago
- ☆371Updated last year
- skip list with rank, code less than z_set in redis☆174Updated 2 years ago
- Nick's libevent manual☆708Updated last year
- Buddy memory allocation☆325Updated 13 years ago
- Stevens的《TCP/IP 实现》的源代码,包括4.4BSD-Lite.tar.gz和 4.4BSD-Lite.tar.gz☆52Updated 9 years ago
- rbtree implementation adapted from linux kernel thus can be used in your own c program(of course in userspace).☆163Updated 3 years ago
- libev sync from http://cvs.schmorp.de/libev/☆157Updated 4 years ago
- 中文注释说明内核源码☆173Updated 6 years ago
- Generate callgraphs for Linux/Solaris/FreeBSD kernel function calls☆404Updated 4 years ago
- Call a function in a new stack that allocated anywhere. Do not be afraid of stack limit in your coroutines! Try to make your stack sharea…