Skip to content

Commit

Permalink
Update DLL to 1.0.2.3
Browse files Browse the repository at this point in the history
- Some more bugfixes.
- Added new connection and reconnection timeout keys that are being read from spawn.ini.
```ini
[Settings]
ConnTimeout=3600
ReconnectTimeout=2400
```
Use `ForcedSpawnIniOptions` section or something like a checkbox or dropdown in `GameOptions.ini` of CnCNet client to adjust the value. Values are given in frames (divide by 60 to get seconds). I suggest making `ConnTimeout` value bigger (something like 10800) so that potato PC players won't get timeouted on load. If you don't want to mess with it - simply ignore the new keys and don't change anything, the default values above would be used.
  • Loading branch information
Metadorius committed Oct 29, 2020
1 parent 9383b4b commit 0a9912e
Showing 1 changed file with 0 additions and 0 deletions.
Binary file modified cncnet5.dll
Binary file not shown.

0 comments on commit 0a9912e

Please sign in to comment.