circuitpython/ports/raspberrypi/common-hal/socketpool
Ted Hess 9825b7fbb7 Web Workflow sockets and threads handling improvements.
Fixes polling thread looping forever hangs preventing new connections.
Don't lose listening sockets on mp resets and re-init.
Keep better separation of "system" and "user" sockets.
Track socket states to prevent re-use of sockets before closed.
Close REST socket when transaction completes. No post-init.
Remove unnecessary state flags.
2023-04-05 13:50:42 -04:00
..
Socket.c don't set tcp_err callback for listen sockets 2023-03-29 11:49:32 -07:00
Socket.h Web Workflow sockets and threads handling improvements. 2023-04-05 13:50:42 -04:00
SocketPool.c Make the "name or service not known" message translatable 2022-12-26 13:58:31 -06:00
SocketPool.h Refactor so that all sites of name lookup failure result in gaierror 2022-12-14 14:45:32 -06: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