Skip to content

sakupan102/echo_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TL;DR

An echo server implementation in C. Messages sent by the client are returned as-is in the response.

Implementation Status

  • Done
    • Error handling
    • Sending and receiving messages
    • DNS resolution
  • ToDo
    • IPv6 support
    • Handling a large volume of requests
    • Graceful Shutdown

Usage

Starting the echo server

make run-server

Sending a request from the client

make run-client MSG="message to send" DOMAIN=domain_name

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors