fixup! net/udp: Relay full UdpMetadata instead of only remote endpoint in poll_ functions

This commit is contained in:
chrysn 2024-04-19 15:54:56 +02:00
parent 2c7c39d1db
commit 49435f79b3

View File

@ -9,7 +9,7 @@ use embassy_net_driver::Driver;
use smoltcp::iface::{Interface, SocketHandle};
use smoltcp::socket::udp;
pub use smoltcp::socket::udp::{PacketMetadata, UdpMetadata};
use smoltcp::wire::{IpEndpoint, IpListenEndpoint};
use smoltcp::wire::IpListenEndpoint;
use crate::{SocketStack, Stack};