local network = require("network")
local handle = network.udp();
local timeout_milliseconds = 20
network.set_timeout(handle, timeout_milliseconds)