1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-23 00:00:06 +01:00
libwebsockets/lib/core-net/client
Andy Green f9c3d432a8 netlink: migrate to context
For SMP case, it was desirable to have a netlink listener per pt so they
could deal with pt-level changes in the pt's local service thread.  But
Linux restricts the process to just one netlink listener.

We worked around it by only listening on pt[0], this aligns us a bit more
with the reality and moves to a single routing table in the context.
There's still more to do for SMP case locking.
2021-03-08 20:43:19 +00:00
..
client.c type comparisons: fixes 2021-01-05 10:56:38 +00:00
connect.c fault injection 2021-02-20 13:54:35 +00:00
connect2.c netlink: migrate to context 2021-03-08 20:43:19 +00:00
connect3.c netlink: migrate to context 2021-03-08 20:43:19 +00:00
connect4.c netlink: migrate to context 2021-03-08 20:43:19 +00:00
sort-dns.c netlink: migrate to context 2021-03-08 20:43:19 +00:00