fixup! net/udp: Relay full UdpMetadata instead of only remote endpoint in poll_ functions
This commit is contained in:
parent
2c7c39d1db
commit
49435f79b3
1 changed files with 1 additions and 1 deletions
|
@ -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};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue