8000 GitHub - smaugx/epoll_examples: epoll examples
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

smaugx/epoll_examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

epoll_examples

epoll examples of echo-server and client.

build

g++ epoll_client.cc  -o epoll_client -std=c++11 -lpthread
g++ epoll_server.cc  -o epoll_server -std=c++11 -lpthread

run

start echo server first:

./epoll_server

and then open a new terminal ,and start client:

./epoll_client

About

epoll examples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages

0