mirror of
https://github.com/elisspace/core.git
synced 2026-09-03 06:26:06 +00:00
* Fix memory leak in dhcp integration Passing the L2socket to AsyncSniffer caused a memory leak on some systems. To ensure we can create a socket, we do a test creation before starting AsyncSniffer since the sniffer will create it in another thread and we cannot see any permission error otherwise. * Update tests * space * do not store packets