1e5e475bcb | ||
---|---|---|
.. | ||
README.md | ||
build.sh | ||
fd-exchange-providing.c | ||
fd-exchange-receiving.c | ||
pong.c | ||
pongd.c | ||
simple-tcp-client.c | ||
simple-tcpd.c | ||
test-ask-for-fd-to-networkd.c | ||
test-networkd-provide-fd.c | ||
tests-logs.c | ||
wsserver.c |
README.md
how to compile
./build.sh
how to launch
export IPC_RUNDIR=/tmp
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:../
./pongd
# in another terminal
export IPC_RUNDIR=/tmp
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:../
./pong