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

udp: fix endianness for port #1194

Merged
merged 1 commit into from
Aug 14, 2024
Merged

udp: fix endianness for port #1194

merged 1 commit into from
Aug 14, 2024

Commits on Aug 12, 2024

  1. udp: fix endianness for port

    If the host OS is already big endian, we were swapping bytes when we
    shouldn't have. Use the Go helper to make sure we do the endianness
    correctly
    
    Fixes: #1189
    wadey committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    a4cde9f View commit details
    Browse the repository at this point in the history