Skip to content

zhengxiexie/epoll_server_and_client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

This is a client and server sample code for a complete TCP/IP communication using epoll.

You can compile the 2 files:

gcc client.c -o client -lpthread -ggdb

gcc server.c -o server -lpthread -ggdb

adn run: ./server 6666 and on another computer run: ./client your_server_ip

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages