Skip to content

volkov7/Epoll-echo-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The (learning) goals of the project:

forthebadge

Task is to create epoll echo server that:

  • Listens the predefined ip address and port, and "register" all clients.
  • Identifies each new client when connecting.
  • Receives a message from any client, and sends message back.

Requirements:

  • Linux OS with a kernel no lower than version 2.5.66
  • GNU gcc
  • GNU make

Installing and running:

Install:

make

Running:

./server

Server

About

Acquaintance with epoll

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published