circuitpython/shared-bindings/socketpool
Jeff Epler a7a1bd7880
Implement DNS resolution
```
>>> s = socketpool.SocketPool(wifi.radio)
>>> s.getaddrinfo("google.com", 80)
[(0, 0, 0, '', ('142.250.81.206', 80))]
```
2022-09-28 10:06:33 -05:00
..
__init__.c Fix typo 2022-05-03 16:42:40 -04:00
__init__.h Wi-Fi autoconnect and title bar status 2022-06-09 14:55:54 -07:00
Socket.c Implement DNS resolution 2022-09-28 10:06:33 -05:00
Socket.h WIP doesn't flush response before closing 2022-06-27 13:34:13 -07:00
SocketPool.c Document socketpool.SocketPool.__init__() 2022-09-01 19:44:08 -04:00
SocketPool.h WIP doesn't flush response before closing 2022-06-27 13:34:13 -07:00