1
0
mirror of https://github.com/AR2000AR/openComputers_codes.git synced 2025-09-08 14:41:14 +02:00

[osinetwork] fixed timeout

This commit is contained in:
2023-04-12 16:42:04 +02:00
parent 59055628a3
commit 5511ca19ae

View File

@@ -159,7 +159,7 @@ end
function UDPSocket:settimeout(value)
checkArg(1, value, 'number')
self._timeout = value
self._timeout = value * 100
end
---Handle the payload recived by UDPLayer