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

[osinetwrok] fixed udp protocol type missing

This commit is contained in:
2023-04-12 15:28:11 +02:00
parent 57e0d74678
commit efbb08c307
2 changed files with 2 additions and 2 deletions

View File

@@ -101,7 +101,7 @@ function UDPSocket:sendto(datagram, ip, port)
return 1
end
---@param address number
---@param address string
---@param port number
---@overload fun(self,address:string)
---@return number? success, string? reason