Age | Commit message (Collapse) | Author | Files | Lines |
|
gettimeofday() directly. With a 32-bit clock_t and a 100Hz tick,
times() will wrap once every 497 days if my math isn't too far off,
and this will land us in an assert() in dbeacon and with a core dump.
So instead use gettimeofday() and save 2 x getrusage() per earlier
times() call. Retain some protection against gettimeofday() failing.
Bump PKGREVISION.
|
|
retry a limited number of times, and log the events. Export log() from
the main program for use in dbeacon_posix.cpp.
Fix the matrix.pl script since qw() no longer acts as parenteses, so add
some of our own where called for.
Bump PKGREVISION.
|
|
Add a patch for the matrix.pl script to quiet newer perl versions.
Fix the pointer to the sixxs flags, as asked for in 2010(!)
Bump PKGREVISION.
|
|
|
|
|
|
Bump PKGREVISION to 1.
|
|
Collection.
dbeacon is a Multicast Beacon written in C++. The main purpose of
a beacon is to monitor other beacon's reachability and collect
statistics such as loss, delay and jitter between beacons. dbeacon
supports both IPv4 and IPv6 multicast, collecting information via
ASM and SSM.
dbeacon was originally only IPv6 capable, designed to be used in
the m6bone.
|