mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +00:00
feat: Add connect timeout to TimeoutSettings (#158)
Because TcpSocket connects in Socket::new TimeoutSettings are now required for Socket::new. Since we already have TimeoutSettings there Sockets are now expected to apply timeout settings in Socket::new.
This commit is contained in:
parent
7416d54b14
commit
e3bdbc2a41
17 changed files with 97 additions and 42 deletions
|
|
@ -28,6 +28,10 @@ Game:
|
|||
Protocols:
|
||||
- Valve: Removed `SteamApp` due to it not being really useful at all, replaced all instances with `Engine`.
|
||||
|
||||
Query:
|
||||
- Added a connection timeout to TimeoutSettings (at the moment this only applies to TCP)
|
||||
- Sockets are now expected to apply timeout settings in new()
|
||||
|
||||
# 0.4.1 - 13/10/2023
|
||||
### Changes:
|
||||
Game:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue