|
|
|
|
|
|
|
|
|
|
|
|
|
|
| List of functions for managing sockets |
|
|
|
|
|
|
|
| Connects a client computer to a given socket. |
|
|
|
|
|
|
|
| Allows the server to get information about the current client socket. |
|
|
|
|
|
|
|
| Run on the server, this function is used to wait for a connection request coming from the client sockets. |
|
|
|
|
|
|
|
| Creates a socket that uses the UDP protocol. |
|
|
|
|
|
|
|
| Used to establish a secure connection to an SSL server. |
|
|
|
|
|
|
|
| Run on the server, this function accepts a connection request on an existing socket on the server machine. |
|
|
|
|
|
|
|
| Closes a socket or the connection to a server socket. |
|
|
|
|
|
|
|
| Run on the server, this function refuses a connection request to an existing socket found on the server. |
|
|
|
|
|
|
|
| Retrieves a message sent by another socket. |
|
|
|
|
|
|
|
| Checks if a socket already exists. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|