Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 392 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 392 Bytes

libuv-echo-server

Build Status

Tested with valgrind and flood udp script. Memory leaks are not detected

Build & Run

mkdir build && cd build
cmake ../
make
./echo_server

By default listening ports:

  • TCP 8888
  • UDP 9999

libuv version: 1.22.0