1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-30 00:00:16 +01:00
libwebsockets/include
Dylan Taft 18fdb0d6ec ipv6: Add support for RFC5014 for Linux
Linux has a sockopt flag defined by RFC5014 that informs IPv6 systems with
SLAAC config to prefer to bind the socket to a public address instead of
any temporary private address.

This patch adds a client info flag LCCSCF_IPV6_PREFER_PUBLIC_ADDR that lets
the user indicate the client socket should be prepared with the public
address binding preference.

Currently it's only implemented on Linux.
2023-10-15 07:54:50 +01:00
..
libwebsockets ipv6: Add support for RFC5014 for Linux 2023-10-15 07:54:50 +01:00
libwebsockets.h Introducing libwebsockets support for nuttx 2023-09-21 13:08:16 +01:00
libwebsockets.hxx wip: ss c++ classes 2020-12-02 10:15:50 +00:00