2
0
mirror of https://github.com/boostorg/redis.git synced 2026-01-19 04:42:09 +00:00
Files
redis/benchmarks/c/libuv/README.md
2022-07-16 11:03:48 +02:00

191 B

This example was taken from

https://github.com/libuv/libuv/tree/v1.x/docs/code/tcp-echo-server

To build it run, for example

$ gcc echo_server_direct.c -luv -O2 -o echo_server_direct