From 2b37369b88b06d1da036ae354f8f0240786e3431 Mon Sep 17 00:00:00 2001 From: Ross Younger Date: Thu, 26 Dec 2024 16:50:37 +1300 Subject: [PATCH] misc: add template system configuration file --- Cargo.toml | 1 + misc/qcp.conf | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 misc/qcp.conf diff --git a/Cargo.toml b/Cargo.toml index 50ddae6..6d24df2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -135,6 +135,7 @@ assets = [ [ "misc/20-qcp.conf", "etc/sysctl.d/", "644" ], # this is automatically recognised as a conffile [ "misc/qcp.1", "usr/share/man/man1/", "644" ], [ "misc/qcp_config.5", "usr/share/man/man5/", "644" ], + [ "misc/qcp.conf", "etc/", "644" ], # this is automatically recognised as a conffile ] maintainer-scripts="debian" depends = "$auto,debconf" diff --git a/misc/qcp.conf b/misc/qcp.conf new file mode 100644 index 0000000..e4cbae3 --- /dev/null +++ b/misc/qcp.conf @@ -0,0 +1,29 @@ +# This is the system-wide configuration file for QCP. +# The values set here can be overridden in per-user configuration files, or on the command line. +# +# This file is a very similar format to ssh_config. +# You can use Host and Include directives in the same way. +# See qcp_config(5) for more information. +# +# For explanations of the options you can set, see qcp(1) or `qcp --help`. +# + +Host * +# Rx 12500000 +# Tx 0 +# Rtt 300 + +# AddressFamily any + +# Port 0 +# Remote_port 0 + +# Congestion cubic +# InitialCongestionWindow 0 + +# Ssh ssh +# SshConfig +# SshOptions + +# TimeFormat local +# Timeout 5