summaryrefslogtreecommitdiff
path: root/tests/multi_net/udp_data_multi.py
AgeCommit message (Collapse)Author
2025-05-12tests/multi_net: Add test that requires queuing UDP packets.Damien George
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>