Changeset 1223

Show
Ignore:
Timestamp:
04/26/07 19:06:15 (5 years ago)
Author:
benoitg
Message:
  • conf.h: The DEFAULT_CHECKINTERVAL was 5 instead of 60 (as stated in the config file) which caused huge needless load on the auth servers, and needless ping traffic towards the clients if it wasn't manually set.
Location:
trunk/wifidog
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog/ChangeLog

    r1216 r1223  
    11# $Id$ 
    2 2007-07-09 Benoit Gr�goire  <bock@step.polymtl.ca> 
     22007-04-26 Benoit Gr�goire  <bock@step.polymtl.ca> 
     3        * conf.h:  The DEFAULT_CHECKINTERVAL was 5 instead of 60 (as stated in the config file) which caused huge needless load on the auth servers, and needless ping traffic towards the clients if it wasn't manually set. 
     4 
     52007-04-09 Benoit Gr�goire  <bock@step.polymtl.ca> 
    36        * Makefile.am:  Slight path fix when using building make ipk.  Tell me if you have trouble with this 
    47 
  • trunk/wifidog/configure.in

    r1162 r1223  
    2121WIFIDOG_MAJOR_VERSION=1 
    2222WIFIDOG_MINOR_VERSION=1 
    23 WIFIDOG_MICRO_VERSION=3_beta6 
     23WIFIDOG_MICRO_VERSION=3_beta7-pre1 
    2424WIFIDOG_VERSION=$WIFIDOG_MAJOR_VERSION.$WIFIDOG_MINOR_VERSION.$WIFIDOG_MICRO_VERSION 
    2525 
  • trunk/wifidog/contrib/build-openwrt-ipk/wifidog/Makefile

    r1189 r1223  
    77 
    88PKG_NAME:=wifidog 
    9 PKG_VERSION:=1.1.3_beta6 
     9PKG_VERSION:=1.1.3_beta7-pre1 
    1010PKG_RELEASE:=1 
    1111PKG_MD5SUM:=842b21e1b02d0a90677b289d794e0e21 
  • trunk/wifidog/src/conf.h

    r1162 r1223  
    4949#define DEFAULT_HTTPDNAME "WiFiDog" 
    5050#define DEFAULT_CLIENTTIMEOUT 5 
    51 #define DEFAULT_CHECKINTERVAL 5 
     51#define DEFAULT_CHECKINTERVAL 60 
    5252#define DEFAULT_LOG_SYSLOG 0 
    5353#define DEFAULT_SYSLOG_FACILITY LOG_DAEMON