Drop handle_udp parameter threading: ipv4::handle calls net_handle_udp directly
This commit is contained in:
@@ -31,3 +31,4 @@ frame_cb_handle net_add_frame_callback(net_frame_callback cb);
|
||||
void net_remove_frame_callback(frame_cb_handle h);
|
||||
void net_poll(std::span<uint8_t> tx);
|
||||
void net_send_raw(std::span<const uint8_t> data);
|
||||
void net_handle_udp(std::span<const uint8_t> frame, span_writer& tx);
|
||||
|
||||
Reference in New Issue
Block a user