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

Native Branch | Use modern networking sockets for low CPU usage and high performant code #2680

Merged
merged 11 commits into from
Jun 22, 2024

Commits on Jun 22, 2024

  1. Make m_ServiceStatus volatile

    0blu committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    3689aaa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8355cda View commit details
    Browse the repository at this point in the history
  3. NativeIO: Realmd: First impl of LogonChallenge just like cMangos

    Currently only windows support. Using legacy `::select` function. Must use IOCTL in the future.
    0blu committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    92cd000 View commit details
    Browse the repository at this point in the history
  4. Add "Network" to log type string

    0blu committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    77dd187 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6fe57b4 View commit details
    Browse the repository at this point in the history
  6. SRP6 add const to parameter

    0blu committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    32716c6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3f2427f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6e8f563 View commit details
    Browse the repository at this point in the history
  9. Use high performance winsock2 async sockets

    The implementation is inspired by Boost::ASIO and Nginx
    0blu committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    67102f9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    13e2fc6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c59ae3b View commit details
    Browse the repository at this point in the history