Compare commits
7 commits
89f11efd76
...
56ee5c3aed
Author | SHA1 | Date | |
---|---|---|---|
56ee5c3aed | |||
07c7a405ae | |||
4917fc47f6 | |||
a0f8bf0b41 | |||
d1354b13d5 | |||
05087406b1 | |||
02651c793e |
1 changed files with 6 additions and 0 deletions
|
@ -323,6 +323,12 @@ UDPC_EXPORT UDPC_ConnectionId UDPC_create_id_hostname(const char *hostname, uint
|
||||||
*
|
*
|
||||||
* \warning The received UDPC_HContext must be freed with a call to UDPC_destroy().
|
* \warning The received UDPC_HContext must be freed with a call to UDPC_destroy().
|
||||||
*
|
*
|
||||||
|
* \note This function creates a context that does not use a separate thread to
|
||||||
|
* call update periodically. You must call \ref UDPC_update() periodically,
|
||||||
|
* enable threaded update with \ref UDPC_enable_threaded_update or \ref
|
||||||
|
* UDPC_enable_threaded_update_ms, or use \ref UDPC_init_threaded_update or
|
||||||
|
* \ref UDPC_init_threaded_update_ms instead of \ref UDPC_init .
|
||||||
|
*
|
||||||
* \return A UDPC context
|
* \return A UDPC context
|
||||||
*/
|
*/
|
||||||
UDPC_EXPORT UDPC_HContext UDPC_init(UDPC_ConnectionId listenId, int isClient, int isUsingLibsodium);
|
UDPC_EXPORT UDPC_HContext UDPC_init(UDPC_ConnectionId listenId, int isClient, int isUsingLibsodium);
|
||||||
|
|
Loading…
Reference in a new issue