File: trickled.conf.5

package info (click to toggle)
trickle 1.07-10
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 1,664 kB
  • ctags: 539
  • sloc: sh: 8,307; ansic: 4,722; makefile: 77
file content (84 lines) | stat: -rw-r--r-- 2,033 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
.\"	$OpenBSD: mdoc.template,v 1.6 2001/02/03 08:22:44 niklas Exp $
.\"
.\" The following requests are required for all man pages.
.Dd March 3, 2003
.Dt TRICKLED.CONF 5
.Os
.Sh NAME
.Nm trickled.conf
.Nd format of the configuration file used by
.Xr trickled 8 .
.Sh DESCRIPTION
The configuration file format is quite simple.  Sections are delimited
by square brackets:
.Pp
.Rs
[Section]
.Re
.Pp
And options within brackets sections are simple key value pairs:
.Pp
.Rs
Option = Value
.Re
.Pp
.Sh OPTIONS
Per-application customizable variables are specified within sections
with section names matching the application name.  The options are:
.Bl -tag -width Ds
.It Cm Priority
Sets the priority of the application, see 
.Xr trickled 8
for details.
.It Cm Time-Smoothing
Sets the time smoothing parameter of the application, see 
.Xr trickled 8
for an details.
.It Cm Length-Smoothing
Sets the length smoothing parameter of the application, see
.Xr trickled 8
for details.
.El
.Sh EXAMPLES
.Pp
.nf
[ssh]
Priority = 1
Time-Smoothing = 0.1
Length-Smoothing = 2
[ftp]
Priority = 8
Time-Smoothing = 5
Length-Smoothing = 20
.fi
.Pp
.\" This next request is for sections 2 and 3 function return values only.
.\" .Sh RETURN VALUES
.\" The next request is for sections 2 and 3 error and signal handling only.
.\" .Sh ERRORS
.\" This next request is for section 4 only.
.\" .Sh DIAGNOSTICS
.\" This next request is for sections 1, 6, 7 & 8 only.
.\" .Sh ENVIRONMENT
.\" .Sh FILES
.Sh SEE ALSO
.Xr trickle 1 ,
.Xr syslog 3 ,
.Xr netintro 4
.\" .Sh COMPATIBILITY
.\".Sh ACKNOWLEDGEMENTS
.\"This product includes software developed by Ericsson Radio Systems.
.\".Pp
.\"This product includes software developed by the University of
.\"California, Berkeley and its contributors.
.Sh AUTHORS
.Nm
has been developed by Marius Aamodt Eriksen
.Aq marius@monkey.org .
.\" .Sh HISTORY
.\" .Sh BUGS
.\" Does not support executables utilizing
.\" .Xr kqueue 2 .
.\" Please report any bugs to Marius Aamodt Eriksen 
.\" .Aq marius@monkey.org .
.\" .Sh CAVEATS