Skip to content

jiyi27/epoll-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EpollServer

Environment


gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

cmake version 3.16.3

e.g.


1. Running the program:
# Make sure you're in the Git repository.
mkdir build
cd build
cmake ../
make
./EpollServer 
2. open another terminal and input:
telnet localhost 6666 

About

A simple epoll server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published