rust-gamedig/crates/lib/src
Tom e3bdbc2a41
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.
2023-11-22 12:40:22 +02:00
..
errors refator: copy cli into mono 2023-10-16 23:20:47 +01:00
games feat: Add connect timeout to TimeoutSettings (#158) 2023-11-22 12:40:22 +02:00
protocols feat: Add connect timeout to TimeoutSettings (#158) 2023-11-22 12:40:22 +02:00
services feat: Add connect timeout to TimeoutSettings (#158) 2023-11-22 12:40:22 +02:00
buffer.rs refator: copy cli into mono 2023-10-16 23:20:47 +01:00
lib.rs refator: copy cli into mono 2023-10-16 23:20:47 +01:00
socket.rs feat: Add connect timeout to TimeoutSettings (#158) 2023-11-22 12:40:22 +02:00
utils.rs refator: copy cli into mono 2023-10-16 23:20:47 +01:00