Difference between revisions of "NetworkTimeout"

From TTWiki
Jump to navigationJump to search
m (2 revisions)
 
(Reformat and update)
 
Line 1: Line 1:
 
'''''Abort network connection if other computer does not respond.'''''
 
 
=Network Timeout=
 
 
 
Abort network connection if other computer does not respond.
 
Abort network connection if other computer does not respond.
   
 
'''2.0.1 alpha 10 or later'''
 
'''2.0.1 alpha 10 or later'''
   
-=Switch=-
+
==Switch==
   
 
Configuration file: networktimeout on|off|<timeout>
 
Configuration file: networktimeout on|off|<timeout>
   
-=Description=-
+
==Description==
   
Normally TTD waits forever for a reply from the other computer in a network game.  If the other computer has crashed or the network connection is interrupted, this means that TTD can hang totally.
+
Normally TTD waits forever for a reply from the other computer in a network game. If the other computer has crashed or the network connection is interrupted, this means that TTD can hang totally.
   
 
With this switch, the network connection is terminated if the other computer does not reply in the given number of seconds, by default 10 seconds.
 
With this switch, the network connection is terminated if the other computer does not reply in the given number of seconds, by default 10 seconds.
   
 
This feature was contributed by Csaba Varga.
 
This feature was contributed by Csaba Varga.
  +
[[Category:Patches]][[Category:Basic Patches]][[Category:TTDPatch]][[Category:TTDPatch Manual]]

Latest revision as of 14:33, 13 June 2011

Abort network connection if other computer does not respond.

2.0.1 alpha 10 or later

Switch

Configuration file: networktimeout on|off|<timeout>

Description

Normally TTD waits forever for a reply from the other computer in a network game. If the other computer has crashed or the network connection is interrupted, this means that TTD can hang totally.

With this switch, the network connection is terminated if the other computer does not reply in the given number of seconds, by default 10 seconds.

This feature was contributed by Csaba Varga.