Skip to content

Commit 3746f49

Browse files
fix: removed hostname and blocktime
1 parent ef31fb9 commit 3746f49

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/RawPOSIX/src/constants/net_constants.rs

-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33

44
use crate::interface;
55

6-
pub const DEFAULT_HOSTNAME: &str = "Lind";
7-
pub const BLOCK_TIME: interface::RustDuration = interface::RustDuration::from_micros(100);
8-
96
// ===== Socket Types =====
107
// Source: include/linux/net.h
118
pub const SOCK_STREAM: i32 = 1; // Stream (connection) socket

0 commit comments

Comments
 (0)