Skip to content

chux0519/echo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Echo server example using libevent.

Both UDP and TCP are supported.

build

gcc ./echo.c -o echo -levent -g

usage

echo -p 8080

then use netcat(openbsd version) to test it

for tcp

nc localhost 8080

for udp

nc -u localhost 8080

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages