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

Locally listen on IPv4 and IPv6 addresses #788

Merged

Commits on Sep 14, 2023

  1. Locally listen on IPv4 and IPv6 addresses

    Implemented the `DualStackLocalSocket` as a small newtype for IPv6
    sockets that are configured to be able to send and receive ipv6 and ipv4
    traffic on all platforms for the locally listening socket.
    
    Updated the code base and docs and fixed several issues that
    existed for handling IPv6 addresses in the code base, including updates
    to the Firewall filter to be able to better manage ipv4 + ipv6 combo
    rule sets.
    
    Updated the `test_utils` framework to provide coverage in tests for
    both ipv4 and ipv6 by allowing for either an IPv4 or IPv6 address to be
    created from the framework.
    
    Closes googleforgames#666
    markmandel committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    d18516c View commit details
    Browse the repository at this point in the history