We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffce25e commit e365b74Copy full SHA for e365b74
src/proto.rs
@@ -6,7 +6,7 @@ use crate::config::Opts;
6
7
pub const CONNECT: u8 = 0x01;
8
pub const UDP_ASSOCIATE: u8 = 0x03;
9
-pub const MAX_PACKET_SIZE: usize = 8193;
+pub const MAX_PACKET_SIZE: usize = 1450;
10
pub const MAX_BUFFER_SIZE: usize = 1024 * 1024;
11
const IPV4: u8 = 0x01;
12
const DOMAIN: u8 = 0x03;
0 commit comments