We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef31fb9 commit 3746f49Copy full SHA for 3746f49
src/RawPOSIX/src/constants/net_constants.rs
@@ -3,9 +3,6 @@
3
4
use crate::interface;
5
6
-pub const DEFAULT_HOSTNAME: &str = "Lind";
7
-pub const BLOCK_TIME: interface::RustDuration = interface::RustDuration::from_micros(100);
8
-
9
// ===== Socket Types =====
10
// Source: include/linux/net.h
11
pub const SOCK_STREAM: i32 = 1; // Stream (connection) socket
0 commit comments