~ubuntu-branches/ubuntu/karmic/dante/karmic

« back to all changes in this revision

Viewing changes to doc/module/bandwidth.tex

  • Committer: Bazaar Package Importer
  • Author(s): Peter Pentchev
  • Date: 2008-08-22 13:02:45 UTC
  • mfrom: (1.1.4 upstream) (4.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20080822130245-8db86zgghz4ceu20
Tags: 1.1.19.dfsg-2
* Since the "new" binary package libdsocksd0 extracts a library that
  was formerly in dante-client, it should conflict and replace old
  versions of dante-client.  Closes: #494712.
* Remove the "debian/copyright line too long" lintian overrides, since
  the check was dropped from lintian in both unstable and testing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
%@(#)$Id: bandwidth.tex,v 1.10 2001/12/12 13:17:27 karls Exp $
 
1
%@(#)$Id: bandwidth.tex,v 1.11 2005/11/03 13:24:17 michaels Exp $
2
2
%/*
3
3
% * Copyright (c) 2001
4
4
% *      Inferno Nettverk A/S, Norway.  All rights reserved.
55
55
        Gaustadall�en 21        \\
56
56
        NO-0349 Oslo          \\
57
57
        Norway}
58
 
\date{$$$$Date: 2001/12/12 13:17:27 $$$$}
 
58
\date{$$$$Date: 2005/11/03 13:24:17 $$$$}
59
59
 
60
60
\makeindex
61
61
 
99
99
 least-recently used fashion, trying to let all clients get a
100
100
 fair share.
101
101
 
 
102
\section{Special notes}
 
103
 Sending the \emph{Dante} server a \texttt{SIGHUP} signal forces a reload
 
104
 of the configuration file.  It should be noted that this
 
105
 does not affect current sessions. 
 
106
 
 
107
 Changing e.g. a \emph{pass} statement to a \emph{block} statement,
 
108
 does not terminate the session of any existing client.
 
109
 Likewise, a reload of the configuration file does not let sessions
 
110
 created before the reload affect sessions created after the reload.
 
111
 
 
112
 This means that after a reload of the configuration file, the
 
113
 bandwidth counter for new sessions will be reset, and the possibly
 
114
 confusing situation might arise where more than the configured
 
115
 number of bandwidth is used, as old sessions will use the
 
116
 bandwidth allocated to them before the reload, independently
 
117
 of new sessions.
 
118
 
 
119
 Eventually the old sessions will finish however, and the maximal
 
120
 number of sessions will be the the number currently configured,
 
121
 until a new reload of the configuration-file occurs.
 
122
 
 
123
 
102
124
\section{Examples}
103
125
 This section shows several examples of how one could use the
104
126
 \emph{bandwidth} module.