Matthieu Herrb
ae13384faa
Fix decoding of replies after addition of the -l option
2015-09-30 11:10:16 +02:00
Matthieu Herrb
c00525adaa
Remove the use of Posix real-time functions.
...
The only reason to use clock_gettime() was to take a timestamp
in the signal handler. This is not needed anymoire, so improve
portability by sticking to gettimeofday() and setitimer().
2012-07-31 08:26:05 +02:00
Matthieu Herrb
e85c367e45
Makefile: add a clean target
2012-07-31 08:19:54 +02:00
Matthieu Herrb
ca410bd75a
Rewrite the main loop to use a timer.
...
XXX not finished yet, lots of debug information and bugs left.
2012-07-30 20:49:29 +02:00
Matthieu Herrb
1cf6c3b02b
Echoc: a simple udb based link monitoriing application.
...
Uses the echo service on the other end to send back paquets.
2012-07-15 09:54:00 +02:00