Quake-III-Arena

Quake III Arena GPL Source Release
Log | Files | Refs

udp_wide_README.txt (709B)


      1 UDP Wide Broadcast Patch for Kernel 2.4.19
      2 
      3 Main purpose is to allow Quake 3 servers, and all games powered by the
      4 engine, to be visible in the server browser when the servers are being run on
      5 aliased IP addresses and multiple NICs using the +set net_ip option.
      6 
      7 To apply the patch run "patch -p1 < udp_wide_broadcast.patch" from your
      8 source directory and recompile.
      9 
     10 Add "echo "1" > /proc/sys/net/ipv4/udp_wide_broadcast" to one of your startup
     11 scripts, i.e./etc/rc.d/rc.local, and run thousands of servers from your
     12 computer.
     13 
     14 
     15 Patch by:
     16 Rogier Mulhujzen <linux@bsdchicks.com>
     17 John Tobin <ogre@sirinet.net>
     18 
     19 A patch with the same functionality for FreeBSD is available from
     20 http://www.bsdchicks.com/patches