Skip to content

A tiny TCP server and client demo with epoll. 一个简单的TCP服务端和客户端epoll示例

License

Notifications You must be signed in to change notification settings

ZhengqiaoWang/JTCP

Repository files navigation

简单的TCP客户端和服务端封装

服务端

服务端使用epoll监听,当有客户端连接时,通过回调的方式通知,用户可自行决定客户端操作。

客户端

客户端就是一个很简单的TCP客户端。

如何使用

详见example。

About

A tiny TCP server and client demo with epoll. 一个简单的TCP服务端和客户端epoll示例

Topics

Resources

License

Stars

Watchers

Forks

Languages