-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
misc: add template system configuration file
- Loading branch information
Showing
2 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |