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:
- libev sync from http://cvs.schmorp.de/libev/☆158Updated 4 years ago
- 《Linux高性能服务器编程》上的例子☆51Updated 11 years ago
- Simple memory leak finder.☆54Updated 12 years ago
- 一个基于Linux的纯C基础类库☆36Updated 8 years ago
- asynchronous examples for openssl using poll/epoll☆127Updated 2 years ago
- libevent-1.4.15源码阅读注释☆72Updated 7 years ago
- Stevens的《TCP/IP 实现》的源代码,包括4.4BSD-Lite.tar.gz和 4.4BSD-Lite.tar.gz☆52Updated 10 years ago
- libevent 官方文档的中文版☆48Updated 10 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
- send and recv event between processes with very few lines of code☆47Updated 11 years ago
- 多种无锁队列☆43Updated 8 years ago
- 尝试阻塞与非阻塞,I/O多路复用(select, epoll)☆76Updated 7 years ago
- ☆155Updated 12 years ago
- ☆153Updated 11 months ago
- Lock-Free Thread Pool☆81Updated 2 years ago
- Tinyftpd是用c语言实现的简单、快速、高效的Linux FTP服务器,只需简单的配置,就可快速的将主机变成高效的FTP服务器。☆156Updated 4 years ago
- a simple example for how to use epoll☆66Updated 13 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
- Linux下的小型Web服务器,支持GET/POST/SSL等功能☆152Updated 7 years ago
- “四人帮”-《设计模式:可复用面向对象软件的基础》所有模式的实现,使用C++语言☆74Updated 10 years ago
- 我的C++11学习资料和示例代码☆59Updated 7 years ago
- An example https client and server using OpenSSL and libevent, for the purpose of discussing some issues that came up on the libevent mai…☆181Updated 7 years ago
- 一个基于reactor模式的Linux/C++网络库,支持one loop per thread机制。☆193Updated 5 years ago
- Qiniu Resource (Cloud) Storage SDK for C/C++☆67Updated last year
- A lock-free(or spin-lock) Queue implemented by RingBuffer.☆128Updated 5 years ago
- c/c++ language useful recipes☆96Updated 12 years ago
- SSL Client/Server简单安全数据传输程序.☆29Updated 9 years ago
- rbtree implementation adapted from linux kernel thus can be used in your own c program(of course in userspace).☆164Updated 3 years ago
- 由C语言实现的单线程高并发的网络基础库☆55Updated 4 years ago
- A fast no_lock RingQueue between 2 threads (25M WrtieRead per second)☆91Updated 7 years ago