summaryrefslogtreecommitdiffstatshomepage
path: root/tests/multi_net/udp_data_multi.py
Commit message (Collapse)AuthorAge
* tests/multi_net: Add test that requires queuing UDP packets.Damien George2025-05-12
This commit adds a new network multi-test which sends a burst of UDP packets from the client, and the server doesn't recv them until they have all been sent. Signed-off-by: Damien George <damien@micropython.org>