added bytes

This commit is contained in:
alex 2026-04-13 18:50:31 +08:00
parent 5594ce639b
commit 97a7403015

View File

@ -462,6 +462,7 @@ impl TunTapPacketHandler for Iface {
let data = header.split_off(14);
debug!("got {} bytes from tun", data.len());
match IpHeaders::from_slice(&data) {
Ok((iphdr, _payload)) => {
//use crate::network::{ArpRequestInfo, ArpResponse, send_arp_request};