mirror of
https://gitlab.xiph.org/xiph/icecast-common.git
synced 2024-12-04 14:46:31 -05:00
Update: Added some docs
This commit is contained in:
parent
03aaa618a6
commit
3c0a0b757f
@ -58,8 +58,17 @@ typedef enum {
|
|||||||
/* Advanced control functions.
|
/* Advanced control functions.
|
||||||
*/
|
*/
|
||||||
typedef enum {
|
typedef enum {
|
||||||
|
/* No operation.
|
||||||
|
* Parameters: None.
|
||||||
|
*/
|
||||||
igloo_SOCKET_CONTROL_NONE = 0,
|
igloo_SOCKET_CONTROL_NONE = 0,
|
||||||
|
/* Set no delay options.
|
||||||
|
* Parameters: None.
|
||||||
|
*/
|
||||||
igloo_SOCKET_CONTROL_SET_NODELAY,
|
igloo_SOCKET_CONTROL_SET_NODELAY,
|
||||||
|
/* Set send and receive buffers
|
||||||
|
* Parameters: (size_t)buffersize.
|
||||||
|
*/
|
||||||
igloo_SOCKET_CONTROL_SET_SEND_BUFFER,
|
igloo_SOCKET_CONTROL_SET_SEND_BUFFER,
|
||||||
igloo_SOCKET_CONTROL_SET_RECEIVE_BUFFER
|
igloo_SOCKET_CONTROL_SET_RECEIVE_BUFFER
|
||||||
} igloo_socket_control_t;
|
} igloo_socket_control_t;
|
||||||
|
Loading…
Reference in New Issue
Block a user