]> git.vomp.tv Git - vompclient.git/commitdiff
Change some options regarding priority
authorMarten Richter <marten.richter@freenet.de>
Sun, 11 Nov 2012 10:31:03 +0000 (11:31 +0100)
committerMarten Richter <marten.richter@freenet.de>
Sun, 11 Nov 2012 10:31:03 +0000 (11:31 +0100)
vopts.cc

index 64920d398b888b58df097b8abf1028e3618fc316..20a18f3f0a33a86bbde1f07c5c23be16038d6b98 100644 (file)
--- a/vopts.cc
+++ b/vopts.cc
@@ -231,7 +231,7 @@ VOpts::VOpts()
   tabbar.addTab(tr("Advanced"), wop);
   panes[2] = wop;
   
-  option = new Option(8, "VDR-Pri 0=OK !See forums!",  "General",  "Live priority",      Option::TYPE_INT,  100, 0, 0, NULL);
+  option = new Option(8, "VDR-Pri 0=OK !See forums!",  "General",  "Live priority",      Option::TYPE_INT,  199, -1, -99, NULL);
   options.push_back(option);
   wop->addOptionLine(option);
   option = new Option(13, "TCP receive window size",   "Advanced", "TCP receive window", Option::TYPE_TEXT, 7, /*1*/DEFAULT_TCP_WINDOWSIZENR, 0, options13);