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 cf3b7a4 commit 7d09375Copy full SHA for 7d09375
mdns/src/conn/mod.rs
@@ -22,7 +22,7 @@ mod conn_test;
22
23
pub const DEFAULT_DEST_ADDR: &str = "224.0.0.251:5353";
24
25
-const INBOUND_BUFFER_SIZE: usize = 512;
+const INBOUND_BUFFER_SIZE: usize = 65535;
26
const DEFAULT_QUERY_INTERVAL: Duration = Duration::from_secs(1);
27
const MAX_MESSAGE_RECORDS: usize = 3;
28
const RESPONSE_TTL: u32 = 120;
0 commit comments