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.
- Linux OS with a kernel no lower than version 2.5.66
- GNU gcc
- GNU make
Install:
make
Running:
./server