Fixed network socket ID errors

This commit is contained in:
n00b
2024-12-15 13:58:51 -05:00
parent 119e6f5bfe
commit b01f3cfc01
13 changed files with 86 additions and 22 deletions

View File

@@ -7,7 +7,7 @@ function TCP_RemoteHost(socket)
function TCP_RemotePort(socket)
function TCP_GetData(socket, numBytes, ByRef sData$)
sub TCP_SendData(socket, sData$)
function TCP_AcceptSocket(server, client)
function TCP_AcceptSocket(server)
function UDP_OpenSocket(port)
sub UDP_CloseSocket(socket)
function UDP_GetData(socket, byref host$, byref port, byref sData$)