linfan / TCP-IP-Network-basic-examplesLinks
《TCP/IP网络编程技术基础》书上例子的测试代码。原书无配套光盘,所有代码参照书中提供内容,补充了部分书中未实现的代码,并修正原书中的错误。
☆38Updated 6 years ago
Alternatives and similar repositories for TCP-IP-Network-basic-examples
Users that are interested in TCP-IP-Network-basic-examples are comparing it to the libraries listed below
Sorting:
- ☆69Updated 6 years ago
- a simple example for how to use epoll☆66Updated 13 years ago
- libev sync from http://cvs.schmorp.de/libev/☆158Updated 4 years ago
- libevent-1.4.15源码阅读注释☆72Updated 7 years ago
- SSL Client/Server简单安全数据传输程序.☆29Updated 9 years ago
- 尝试阻塞与非阻塞,I/O多路复用(select, epoll)☆76Updated 7 years ago
- Tinyftpd是用c语言实现的简单、快速、高效的Linux FTP服务器,只需简单的配置,就可快速的将主机变成高效的FTP服务器。☆155Updated 3 years ago
- asynchronous examples for openssl using poll/epoll☆127Updated 2 years ago
- 《Linux高性能服务器编程》上的例子☆50Updated 11 years ago
- Stevens的《TCP/IP 实现》的源代码,包括4.4BSD-Lite.tar.gz和 4.4BSD-Lite.tar.gz☆53Updated 10 years ago
- ☆155Updated 12 years ago
- 多种无锁队列☆43Updated 7 years ago
- 一个基于Linux的纯C基础类库☆36Updated 8 years ago
- fast thread pool☆29Updated 7 years ago
- a nginx-based memory pool . both share-memory and private-memory are supported. it is more efficient than malloc☆144Updated 8 years ago
- Lock-Free Thread Pool☆81Updated 2 years ago
- send and recv event between processes with very few lines of code☆47Updated 11 years ago
- A small, clean, linux-only thread-pool implementation using epoll with support for sockets, scheduled callbacks and TCP connections.☆181Updated 13 years ago
- A lock-free(or spin-lock) Queue implemented by RingBuffer.☆128Updated 5 years ago
- A fast no_lock RingQueue between 2 threads (25M WrtieRead per second)☆91Updated 7 years ago
- skip list with rank, code less than z_set in redis☆174Updated 2 years ago
- Linux archaeology☆60Updated 8 years ago
- a fast ,stable and thread-safe log lib(logger) for C/C++ language☆251Updated 7 years ago
- 由C语言实现的单线程高并发的网络基础库☆55Updated 4 years ago
- libevent 官方文档的中文版☆48Updated 10 years ago
- C++ Object Data Model Test Code☆22Updated 10 years ago
- c/c++ language useful recipes☆96Updated 12 years ago
- epoll+线程池实现大文件传输☆68Updated 10 years ago
- HTTP/2库nghttp2源码中文注释分析, 后期不在更新,。停止分析nghttp2库主要原因:冗余代码太多,可读性差。如果想了解HTTP2代码实现过程,可以参考工程: reading-code-of-nginx-1.9.2;如果想学习quic实现过程,可以参考工程:re…☆43Updated 4 years ago
- Linux下的小型Web服务器,支持GET/POST/SSL等功能☆152Updated 7 years ago