Skip to content

Commit

Permalink
misc: add template system configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
crazyscot committed Dec 26, 2024
1 parent 7b3e595 commit 2b37369
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
29 changes: 29 additions & 0 deletions misc/qcp.conf
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2b37369

Please sign in to comment.