1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-23 00:00:06 +01:00
libwebsockets/lib/core
Andy Green 643a001ed8 roles: netlink
This creates a role for RFC3549 Netlink monitoring.

If the OS supports it (currently, linux) then each pt creates a wsi
with the netlink role and dumps the current routing table at pt init.
It then maintains a cache of the routing table in each pt.

Upon routing table changes an SMD message is issued as an event, and
Captive Portal Detection is triggered.

All of the pt's current connections are reassessed for routability under
the changed routing table, those that no longer have a valid route or
gateway are closed.
2020-10-19 16:35:03 +01:00
..
alloc.c lws_netdev: use lws_settings 2020-07-07 15:23:19 +01:00
buflist.c windows: clean type warnings 2020-01-11 14:04:50 +00:00
CMakeLists.txt deprecation: remove lws_dll1 2020-06-02 08:37:10 +01:00
context.c roles: netlink 2020-10-19 16:35:03 +01:00
libwebsockets.c smp: lws_mutex_refcount: add assert held helper 2020-08-31 16:51:37 +01:00
logs.c lws_spawn: windows 2020-04-13 19:29:09 +01:00
lws_dll2.c lws_dll2: add helper for typed object name from owner list 2020-07-09 15:30:34 +01:00
private-lib-core.h roles: netlink 2020-10-19 16:35:03 +01:00
vfs.c cleaning 2020-01-05 22:17:58 +00:00