home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2000 June / Gamestar_19_2000-06_cd1.bin / DEMA / armada_demo.exe / data / net.ini < prev    next >
INI File  |  1999-09-17  |  438b  |  14 lines

  1. [Net]
  2.  
  3. ; The maximum acceptable ping value before we start to decrease the bandwidth
  4. MaxPing = 500
  5.  
  6. ; The number of bytes we increase the bandwidth usage if we are below the max ping value
  7. UpCount = 5
  8.  
  9. ; The minimum bandwidth that we will adjust to.  We will always use at least min bandwidth
  10. MinBandwidth = 1000
  11.  
  12. ; The maximum bandwidth that we will adjust to.  We will never use more than max bandwidth
  13. MaxBandwidth = 4000
  14.