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

Simplify timeouts and enable for both servers and clients by default #39

Merged
merged 4 commits into from
Oct 15, 2023

Commits on Oct 14, 2023

  1. Simplify timeouts

    - Add timeouts for both clients and servers by default
    - Change default timeout period to 45 seconds
    - Server-side timeouts were not working by default, now they are. Set to a higher value or 0 to disable
    TMRh20 committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    b92a75b View commit details
    Browse the repository at this point in the history
  2. Minor update to latest changes

    - Only set connection timer if userdata has been allocated
    TMRh20 committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    844e849 View commit details
    Browse the repository at this point in the history
  3. Adjust for prev commit

    The initial connection logic should come first
    TMRh20 committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    a1c353a View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2023

  1. Clang format per @2bndy5 #39

    TMRh20 committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    778461e View commit details
    Browse the repository at this point in the history