GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
TRICKLED.CONF(5) FreeBSD File Formats Manual TRICKLED.CONF(5)

trickled.conf
format of the configuration file used by trickled(8).

The configuration file format is quite simple. Sections are delimited by square brackets:

[Section]

And options within brackets sections are simple key value pairs:

Option = Value

Per-application customizable variables are specified within sections with section names matching the application name. The options are:
Sets the priority of the application, see trickled(8) for details.
Sets the time smoothing parameter of the application, see trickled(8) for an details.
Sets the length smoothing parameter of the application, see trickled(8) for details.

[ssh]
Priority = 1
Time-Smoothing = 0.1
Length-Smoothing = 2
[ftp]
Priority = 8
Time-Smoothing = 5
Length-Smoothing = 20

trickle(1), syslog(3), netintro(4)

trickled.conf has been developed by Marius Aamodt Eriksen ⟨marius@monkey.org⟩.
March 3, 2003 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 5 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.