From: Giovanni Maruzzelli Date: Mon, 25 Apr 2011 14:13:39 +0000 (-0500) Subject: skypopen: OSS driver, refinement X-Git-Tag: v1.2-rc1~118^2~74 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98157dbbfc518ff95befc16e8d7a293110bd8cfa;p=thirdparty%2Ffreeswitch.git skypopen: OSS driver, refinement --- diff --git a/src/mod/endpoints/mod_skypopen/oss/skypopen.h b/src/mod/endpoints/mod_skypopen/oss/skypopen.h index 3d94085dde..f61925626c 100644 --- a/src/mod/endpoints/mod_skypopen/oss/skypopen.h +++ b/src/mod/endpoints/mod_skypopen/oss/skypopen.h @@ -23,8 +23,8 @@ #define CENTOS_5 /* define this ONLY if you're on CentOS 5.x (eg: undef on CentOS 6.x ) */ #define WANT_HRTIMER /* undef this only if you don't want to use High Resolution Timers (why?) */ -#define SKYPOPEN_BLK 960 -#define SKYPOPEN_SLEEP 10 +#define SKYPOPEN_BLK 1920 +#define SKYPOPEN_SLEEP 20 #define SKYPOPEN_MAJOR 14 /* dynamic major by default */