Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GUACAMOLE-600: Refactor guac_socket_tcp_connect() to guac_tcp_connect(), as it does not involve guac_socket. #539

Merged
merged 1 commit into from
Aug 28, 2024

Conversation

mike-jumper
Copy link
Contributor

This change slightly alters the guac_socket_tcp_connect() function and corresponding header such that:

  • It does not reuse the guac_socket_* namespace (these functions don't involve guac_socket).
  • The documentation notes that guac_error is used to communicate error details.
  • The header file includes a @file comment (apparently necessary for Doxygen to include the docs at all).

@jmuehlner jmuehlner merged commit 49f9644 into apache:staging/1.6.0 Aug 28, 2024
1 check passed
@mike-jumper mike-jumper deleted the revise-tcp-convenience branch August 28, 2024 17:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants