circuitpython/shared-bindings/socketpool
Jeff Epler 21a5c93ada IPv6: improvments based on review notes
* don't enable ipv6 by default due to privacy concerns
 * move list of board support for ipv6 to socketpool documentation
 * removed wifi.supports_ipvx properties
 * throw an exception when start_dhcp_client(ipv6=True) but not supported
2024-07-23 14:18:03 -05:00
..
__init__.c IPv6: improvments based on review notes 2024-07-23 14:18:03 -05:00
__init__.h guard2once -s ... 2024-05-19 20:40:44 -04:00
enum.h update headers of most CircuitPython-only files 2024-05-17 14:56:28 -04:00
Socket.c Make return value of recvfrom_into & accept right for v6 addresses 2024-07-17 17:15:22 -05:00
Socket.h Make return value of recvfrom_into & accept right for v6 addresses 2024-07-17 17:15:22 -05:00
SocketPool.c socketpool: Always use getaddrinfo_raise. 2024-07-22 16:20:34 -05:00
SocketPool.h socketpool: Always use getaddrinfo_raise. 2024-07-22 16:20:34 -05:00