circuitpython/shared-bindings/socketpool
Scott Shawcroft 9f3987aa3c
Require explicit socket port reuse
Doing it implicitly can lead to mistaken socket leaks and reuse.
It now matches CPython.

Fixes #8443
2024-02-16 14:31:19 -08:00
..
__init__.c wip: continuing compilation fixes; mp_obj_alloc everywhere 2023-08-07 20:45:57 -04:00
__init__.h Wi-Fi autoconnect and title bar status 2022-06-09 14:55:54 -07:00
Socket.c Require explicit socket port reuse 2024-02-16 14:31:19 -08:00
Socket.h Require explicit socket port reuse 2024-02-16 14:31:19 -08:00
SocketPool.c Require explicit socket port reuse 2024-02-16 14:31:19 -08:00
SocketPool.h Require explicit socket port reuse 2024-02-16 14:31:19 -08:00