X-Git-Url: http://git.onelab.eu/?p=distributedratelimiting.git;a=blobdiff_plain;f=ulogd.conf.in;h=4e44de0c63869c639ea8746e3d6981fcbe252318;hp=f7bce5156bfcdb80d2a4af5db935ad81133b9cdd;hb=91a15e535c5d367183c02d6624ada2d1b03e3870;hpb=0be9704d6b24d09ebd55beedec52758cb88c570b diff --git a/ulogd.conf.in b/ulogd.conf.in index f7bce51..4e44de0 100644 --- a/ulogd.conf.in +++ b/ulogd.conf.in @@ -57,23 +57,20 @@ plugin="@libdir@/ulogd_DRL.so" # It will never go above this rate, even if capacity is # available. A value of 0 means unlimited. nodelimit=0 - -# Leave this at FPS right now... +# DRL allocation policy: FPS for flow proportional share +# or GRD for global random drop. policy=FPS - -# Smallest interval at which identities are processed. +# estintms is the system tick time (estimate interval), +# in milliseconds. estintms=500 - -# Log file location. -drl_logfile="/var/log/drl.log" - +# The location of the DRL logfile. +drl_logfile="/var/log/ulogd-drl.log" # The verbosity of the DRL logfile. 1 = most verbose, # 3 = errors only. -drl_loglevel 2 - -# Location of the DRL xml configuration file. -drl_configfile="/etc/drl.xml" - +drl_loglevel=3 +# The location of the DRL configuration file, which +# specifies which identities should be installed. +drl_configfile="@etcdir@/drl.xml" [NETFLOW] # PlanetLab NetFlow logging