This project is a fork of the
iolib.git project. If you have that one
already cloned locally, you can use
git clone --reference /path/to/your/iolib.git/incarnation mirror_URL
to save bandwidth during cloning.
description | Attila Lendvai's repo |
owner | attila.lendvai@gmail.com |
last change | Sat, 30 Aug 2008 08:45:29 +0000 (30 10:45 +0200) |
URL | git://repo.or.cz/iolib/alendvai.git |
| https://repo.or.cz/iolib/alendvai.git |
push URL | ssh://repo.or.cz/iolib/alendvai.git |
| https://repo.or.cz/iolib/alendvai.git (learn more) |
bundle info | alendvai.git downloadable bundles |
content tags
|
|
README
Some of the socket tests require an echo server runing locally.
You can either compile and run the provided tests/echo-server.c
or enabled the echo services in (x)inetd.
Note: on Darwin, this can be achieved by uncommenting the echo
service in /etc/inetd.conf and running:
sudo xinetd -dontfork -inetd_compat)
Otherwise, set iolib-tests:*echo-address* and iolib-test:*echo-port*
appropriately if you want to point the echo tests somewhere else.