Skip to content

linux poll模型实现socket多客户端服务通信

Notifications You must be signed in to change notification settings

MrCoderStack/CSocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

c++ socket通信demo

linux poll模型实现socket多客户端服务通信

g++ service_poll.cpp -o service_poll ./service_poll g++ client_poll.cpp -o client_poll ./client_poll

About

linux poll模型实现socket多客户端服务通信

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages