From f2952490916f0afbb5c31d1ef94feb13acf4df37 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 12 Jun 2005 05:09:33 +0000 Subject: Add Halo2 + XBox Live --- usr/local/www/wizards/traffic_shaper_wizard.xml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'usr/local') diff --git a/usr/local/www/wizards/traffic_shaper_wizard.xml b/usr/local/www/wizards/traffic_shaper_wizard.xml index cd9e0cf..f16dc3d 100644 --- a/usr/local/www/wizards/traffic_shaper_wizard.xml +++ b/usr/local/www/wizards/traffic_shaper_wizard.xml @@ -717,7 +717,7 @@ checkbox Prioritize network gaming traffic This will raise the priority of gaming traffic to higher than most traffic. - Counterstrike,DeltaForce,QuakeIII,TigerWoods2004PS2,CallOfDuty,PlanetSide + Counterstrike,DeltaForce,QuakeIII,TigerWoods2004PS2,CallOfDuty,PlanetSide,Halo2 true @@ -755,6 +755,11 @@ PlanetSide + Halo2 + checkbox + Halo2 via Xbox live + + Next submit @@ -855,6 +860,13 @@ $gamesplist[] = array('PlanetSide2','udp','30000','30500','both'); } + if($_POST['halo2'] != "") { + /* Halo2 + XBOX Live */ + $gamesplist[] = array('Halo2-1','udp','88','88','both'); + $gamesplist[] = array('Halo2-2','udp','3074','3074','both'); + $gamesplist[] = array('Halo2-3','tcp','3074','3074','both'); + } + /* XXX: add some more games before this line!! */ /* Set up/down games as higher weight */ -- cgit v1.1