diff options
author | Damien George <damien@micropython.org> | 2025-02-14 09:54:56 +1100 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2025-02-14 12:56:47 +1100 |
commit | 8987b39e0b772d22539022f0961c8ea0f7162751 (patch) | |
tree | 83005d612708106001fc80d81d8c2752547c6711 /docs/esp8266/tutorial | |
parent | 321b30ca564bb33c625292247d00f7dd29dc9559 (diff) | |
download | micropython-8987b39e0b772d22539022f0961c8ea0f7162751.tar.gz micropython-8987b39e0b772d22539022f0961c8ea0f7162751.zip |
tests/multi_net: Add test for DTLS server and client.
This adds a multi-test for DTLS server and client behaviour. It works on
all ports that enable this feature (eg unix, esp32, rp2, stm32), but
bare-metal ports that use lwIP are not reliable as the DTLS server because
the lwIP bindings only support queuing one UDP packet at a time (that needs
to be fixed).
Also, to properly implement a DTLS server sockets need to support
`socket.recvfrom(n, MSG_PEEK)`. That can be implemented in the future.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'docs/esp8266/tutorial')
0 files changed, 0 insertions, 0 deletions