lsocket Cleanup
This commit is contained in:
parent
ed0174b29f
commit
44e7fe2fe3
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ EndDeclareModule
|
||||||
Module lsocket
|
Module lsocket
|
||||||
Global NewMap lsockets_server.sockaddr_in()
|
Global NewMap lsockets_server.sockaddr_in()
|
||||||
Global NewMap lsockets_client.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
|
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
|
Protected SocketID.i
|
||||||
SocketID = socket_(Protocol, Type, 0)
|
SocketID = socket_(Protocol, Type, 0)
|
||||||
|
|
Loading…
Reference in a new issue