mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +00:00
7 Days To Die support.
This commit is contained in:
parent
2f640e93d5
commit
e689bc766e
8 changed files with 38 additions and 20 deletions
|
|
@ -143,7 +143,7 @@ struct ValveProtocol {
|
|||
socket: UdpSocket
|
||||
}
|
||||
|
||||
static PACKET_SIZE: usize = 1400;
|
||||
static PACKET_SIZE: usize = 1600;
|
||||
|
||||
impl ValveProtocol {
|
||||
fn new(address: &str, port: u16, timeout_settings: Option<TimeoutSettings>) -> GDResult<Self> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue