1
0
mirror of https://gitlab.xiph.org/xiph/icecast-common.git synced 2024-09-22 04:15:55 -04:00

Update: Added some docs

This commit is contained in:
Philipp Schafft 2019-10-03 23:10:13 +00:00
parent 03aaa618a6
commit 3c0a0b757f

View File

@ -58,8 +58,17 @@ typedef enum {
/* Advanced control functions.
*/
typedef enum {
/* No operation.
* Parameters: None.
*/
igloo_SOCKET_CONTROL_NONE = 0,
/* Set no delay options.
* Parameters: None.
*/
igloo_SOCKET_CONTROL_SET_NODELAY,
/* Set send and receive buffers
* Parameters: (size_t)buffersize.
*/
igloo_SOCKET_CONTROL_SET_SEND_BUFFER,
igloo_SOCKET_CONTROL_SET_RECEIVE_BUFFER
} igloo_socket_control_t;