circuitpython/ports/raspberrypi/common-hal/socketpool
Jeff Epler f997d0053d
Enable, use SOF_REUSEADDR
This is the lwip no-os version of SO_REUSEADDR, which is set on all
listening sockets in the espressif port; do so here as well,
it makes running servers easier. The "address in use" error does
not occur.
2022-10-25 10:09:16 -05:00
..
Socket.c Enable, use SOF_REUSEADDR 2022-10-25 10:09:16 -05:00
Socket.h Enable, use SOF_REUSEADDR 2022-10-25 10:09:16 -05:00
SocketPool.c Implement enough of socketpool to do ntp and non-https requests 2022-09-28 10:06:34 -05:00
SocketPool.h Implement enough of socketpool to do ntp and non-https requests 2022-09-28 10:06:34 -05:00
__init__.c Implement DNS resolution 2022-09-28 10:06:33 -05:00
__init__.h Implement DNS resolution 2022-09-28 10:06:33 -05:00