diff options
author | Niklas Yann Wettengel <niyawe@niyawe.de> | 2018-03-23 23:12:14 +0100 |
---|---|---|
committer | Niklas Yann Wettengel <niyawe@niyawe.de> | 2018-03-23 23:12:14 +0100 |
commit | 4fa23988e6d56a1a1dd8e34ca28213f9b8deb4ab (patch) | |
tree | 23cccb889932f74c7da6da52247582a6dfb65f37 /roles/install_babeld/templates/babeld.conf.j2 | |
parent | dff70e1224b84bd2510b123b4ca4942da86141b7 (diff) |
babel: use rtt for uplink selection
Diffstat (limited to 'roles/install_babeld/templates/babeld.conf.j2')
-rw-r--r-- | roles/install_babeld/templates/babeld.conf.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/install_babeld/templates/babeld.conf.j2 b/roles/install_babeld/templates/babeld.conf.j2 index dc9b4e8..c3f59f0 100644 --- a/roles/install_babeld/templates/babeld.conf.j2 +++ b/roles/install_babeld/templates/babeld.conf.j2 @@ -41,7 +41,7 @@ local-port 33123 #default enable-timestamps true #interface tun0 max-rtt-penalty 150 #interface tun0 rtt-max 100 -default type wired max-rtt-penalty 128 +default type tunnel rtt-min 1 rtt-max 20 max-rtt-penalty 128 export-table 42 import-table 42 |