Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
El código fuente ha sido modificada para uso sysconf (_SC_CLK_TCK) en lugar de CLK_TCK _SC_CLK_TCK cuando se sabe que está disponible o no es CLK_TCK (necesario para glibc 2.3.90 +), y utilizar socklen_t en su caso.
Tags:
Code cleanup
The source code has been modified to use sysconf(_SC_CLK_TCK) instead
of CLK_TCK when _SC_CLK_TCK is known to be available or CLK_TCK is not
(needed for glibc 2.3.90+), and to use socklen_t where appropriate.