Remove unused constant

This commit is contained in:
clerie 2024-08-24 14:41:13 +02:00
parent 4857491882
commit 8f9895bfaa

View File

@ -20,7 +20,6 @@ use std::{
use tokio::net::UdpSocket;
const scope_id: u32 = 15;
const duid: [u8; 4] = [0x13, 0x37, 0x23, 0x42];
const ALL_DHCP_RELAY_AGENTS_AND_SERVERS: &str = "ff02::1:2";
const DHCP_CLIENT_PORT: u16 = 546;