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:
@@ -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
|
||||
|
Reference in New Issue
Block a user