Changed default values for bandwidth.
[umurmur.git] / openwrt / files / umurmur.conf
index 09161fa0b85300982ade940623125b6c2ee92f28..47c0dea0d9e76eb842fc0e495a7142030faacf0e 100644 (file)
@@ -1,4 +1,4 @@
-max_bandwidth = 5000;
+max_bandwidth = 48000;
 welcometext = "Welcome to uMurmur!";
 certificate = "/etc/umurmur/cert.crt";
 private_key = "/etc/umurmur/key.key";
@@ -28,4 +28,15 @@ channels = ( {
         description = "The Blue team channel";
         }
 );
+# Channel links configuration.
+channel_links = ( {
+        source = "Lobby";
+        destination = "Red team";
+        },
+        {
+        source = "Lobby";
+        destination = "Blue team";
+        }
+);
+
 default_channel = "Lobby";