1TRICKLED.CONF(5) BSD File Formats Manual TRICKLED.CONF(5)
2
4 trickled.conf — format of the configuration file used by trickled(8).
5
7 The configuration file format is quite simple. Sections are delimited by
8 square brackets:
9
10 [Section]
11
12 And options within brackets sections are simple key value pairs:
13
14 Option = Value
15
17 Per-application customizable variables are specified within sections with
18 section names matching the application name. The options are:
19
20 Priority
21 Sets the priority of the application, see trickled(8) for
22 details.
23
24 Time-Smoothing
25 Sets the time smoothing parameter of the application, see
26 trickled(8) for an details.
27
28 Length-Smoothing
29 Sets the length smoothing parameter of the application, see
30 trickled(8) for details.
31
33 [ssh]
34 Priority = 1
35 Time-Smoothing = 0.1
36 Length-Smoothing = 2
37 [ftp]
38 Priority = 8
39 Time-Smoothing = 5
40 Length-Smoothing = 20
41
43 trickle(1), syslog(3), netintro(4)
44
46 trickled.conf has been developed by Marius Aamodt Eriksen
47 ⟨marius@monkey.org⟩.
48
49BSD March 3, 2003 BSD