mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-27 18:02:17 +03:00
emulation on host: fix internal udp management (#8561)
* emulation on host: fix internal udp management help dtors: clear map before exit, check with valgrind * fix style
This commit is contained in:
@ -170,6 +170,7 @@ void mockUDPSwallow(size_t copied, char* ccinbuf, size_t& ccinbufsize);
|
||||
|
||||
class UdpContext;
|
||||
void register_udp(int sock, UdpContext* udp = nullptr);
|
||||
void mock_stop_udp();
|
||||
|
||||
//
|
||||
|
||||
|
Reference in New Issue
Block a user