lsocket Cleanup

This commit is contained in:
René Linder 2021-05-25 10:09:02 +02:00
parent ed0174b29f
commit 44e7fe2fe3
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ EndDeclareModule
Module lsocket
Global NewMap lsockets_server.sockaddr_in()
Global NewMap lsockets_client.sockaddr_in()
Global NewMap lsockets_scrumble.sockaddr_in()
Procedure CreateSocket(Port.i, Queuelengt.i = 64, Type.i = #SOCK_STREAM, Protocol.i = #AF_INET, BindedIP.s = "127.0.0.1") ; Return Server Socket < 0 Error
Protected SocketID.i
SocketID = socket_(Protocol, Type, 0)