Bug#297622: libortp0: make the timer work smoothly on linux 2.6

2005-03-01 Thread Samuel Thibault
Forgot to attach the patch :o) Regards, Samuel --- oRTP-orig/src/posixtimer.c 2004-11-18 16:58:14.0 +0100 +++ oRTP/src/posixtimer.c 2005-03-01 20:54:02.0 +0100 @@ -23,32 +23,17 @@ #ifndef _WIN32 -#include -#include +#include +#include +#include +#include stat

Bug#297622: libortp0: make the timer work smoothly on linux 2.6

2005-03-01 Thread Samuel Thibault
Package: libortp0 Version: 1.0.0pre9-1 Severity: important Tags: patch Hi, The timer does not work well with new 2.6 linux kernels, on which the clock rate is 1KHz: the timer almost always arrives 1ms too late, which produces time skews almost every 0.1s... Plus using setitimer and SIGALRM, and