GUACAMOLE-337: Clarify behavior of guac_user_handle_connection().
This commit is contained in:
parent
60141175dd
commit
b608d2266b
@ -493,12 +493,12 @@ guac_user* guac_user_alloc();
|
|||||||
void guac_user_free(guac_user* user);
|
void guac_user_free(guac_user* user);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Handles the portion of a user's Guacamole protocol handshake following the
|
* Handles all I/O for the portion of a user's Guacamole connection following
|
||||||
* "select" instruction all subsequent I/O, automatically populating the
|
* the initial "select" instruction, including the rest of the handshake. The
|
||||||
* handshake-related properties of the given guac_user and invoking
|
* handshake-related properties of the given guac_user are automatically
|
||||||
* guac_user_handle_instruction() for received instructions after the handshake
|
* populated, and guac_user_handle_instruction() is invoked for all
|
||||||
* has completed. This function blocks until the connection/user is aborted or
|
* instructions received after the handshake has completed. This function
|
||||||
* the user disconnects.
|
* blocks until the connection/user is aborted or the user disconnects.
|
||||||
*
|
*
|
||||||
* @param user
|
* @param user
|
||||||
* The user whose handshake and entire Guacamole protocol exchange should
|
* The user whose handshake and entire Guacamole protocol exchange should
|
||||||
|
Loading…
Reference in New Issue
Block a user