![]() |
DDNet documentation
|
Go to the source code of this file.
Functions | |
| void | websocket_init () |
| int | websocket_create (const NETADDR *bindaddr) |
| void | websocket_destroy (int socket) |
| int | websocket_recv (int socket, unsigned char *data, size_t maxsize, NETADDR *addr) |
| int | websocket_send (int socket, const unsigned char *data, size_t size, const NETADDR *addr) |
| int | websocket_fd_set (int socket, fd_set *set) |
| int | websocket_fd_get (int socket, fd_set *set) |
| int websocket_create | ( | const NETADDR * | bindaddr | ) |
| void websocket_destroy | ( | int | socket | ) |
| int websocket_fd_get | ( | int | socket, |
| fd_set * | set ) |
| int websocket_fd_set | ( | int | socket, |
| fd_set * | set ) |
| void websocket_init | ( | ) |
| int websocket_recv | ( | int | socket, |
| unsigned char * | data, | ||
| size_t | maxsize, | ||
| NETADDR * | addr ) |
| int websocket_send | ( | int | socket, |
| const unsigned char * | data, | ||
| size_t | size, | ||
| const NETADDR * | addr ) |