7 Days To Die support.

This commit is contained in:
CosminPerRam 2022-11-25 20:10:16 +02:00
parent 2f640e93d5
commit e689bc766e
8 changed files with 38 additions and 20 deletions

View file

@ -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> {