Compare commits
6 commits
56ee5c3aed
...
89f11efd76
Author | SHA1 | Date | |
---|---|---|---|
89f11efd76 | |||
918f8241be | |||
4c8cf82a31 | |||
fe1eefdd7c | |||
3212f3e7dc | |||
abd65b9a94 |
1 changed files with 0 additions and 6 deletions
|
@ -323,12 +323,6 @@ 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().
|
||||
*
|
||||
* \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
|
||||
*/
|
||||
UDPC_EXPORT UDPC_HContext UDPC_init(UDPC_ConnectionId listenId, int isClient, int isUsingLibsodium);
|
||||
|
|
Loading…
Reference in a new issue