Releases: gorcon/rcon
Releases · gorcon/rcon
v1.2.0
Added
- Added options to Dial. It is possible to set timeout and deadline settings.
Fixed
- Change
SERVERDATA_AUTH_ID
andSERVERDATA_EXECCOMMAND_ID
from 42 to 0. Conan Exiles has a bug because of which it
always responds 42 regardless of the value of the request ID. This is no longer relevant, so the values have been
changed.
Changed
- Renamed
DefaultTimeout
const toDefaultDeadline
- Changed default timeouts from 10 seconds to 5 seconds