feat: Increase max packet sizes to 1400
This commit is contained in:
@@ -19,7 +19,7 @@ use tokio::{
|
||||
|
||||
use crate::net::packet::NetOperation;
|
||||
|
||||
const MAX_PACKET_SIZE: usize = 1200;
|
||||
const MAX_PACKET_SIZE: usize = 1400;
|
||||
|
||||
pub struct Gateway {
|
||||
socket: Arc<UdpSocket>,
|
||||
|
||||
Reference in New Issue
Block a user