From b608d2266b35e20dc603dd2abbb7d676fcf50305 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Wed, 5 Jul 2017 19:54:06 -0700 Subject: [PATCH] GUACAMOLE-337: Clarify behavior of guac_user_handle_connection(). --- src/libguac/guacamole/user.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/libguac/guacamole/user.h b/src/libguac/guacamole/user.h index b445f625..f89f8077 100644 --- a/src/libguac/guacamole/user.h +++ b/src/libguac/guacamole/user.h @@ -493,12 +493,12 @@ guac_user* guac_user_alloc(); void guac_user_free(guac_user* user); /** - * Handles the portion of a user's Guacamole protocol handshake following the - * "select" instruction all subsequent I/O, automatically populating the - * handshake-related properties of the given guac_user and invoking - * guac_user_handle_instruction() for received instructions after the handshake - * has completed. This function blocks until the connection/user is aborted or - * the user disconnects. + * Handles all I/O for the portion of a user's Guacamole connection following + * the initial "select" instruction, including the rest of the handshake. The + * handshake-related properties of the given guac_user are automatically + * populated, and guac_user_handle_instruction() is invoked for all + * instructions received after the handshake has completed. This function + * blocks until the connection/user is aborted or the user disconnects. * * @param user * The user whose handshake and entire Guacamole protocol exchange should