sv=net.createServer(net.UDP)
sv:listen(4243,function(c)
c:on("receive", function(c, pl) print(pl) end)
end)
The UDP Server doesn't receive packages directly send to the IP nor broadcast/multicasts. However my Tablets (logged into the same hotspot) does indeed get the packages.
Does anyone can confirm this behavior, or did I do anything wrong at all?
*version 0.9.5 Build 20150105