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

Makes UDPMux IPv4/IPv6 aware #431

Merged
merged 1 commit into from
Mar 2, 2022
Merged

Makes UDPMux IPv4/IPv6 aware #431

merged 1 commit into from
Mar 2, 2022

Commits on Mar 2, 2022

  1. Makes UDPMux IPv4/IPv6 aware

    UDPMux before only worked with UDP4 traffic.
    UDP6 traffic would simply be ignored.
    
    This commit implements 2 connections per ufrag. When requesting a
    connection for a ufrag the user must specify if they want IPv4 or IPv6.
    
    Relates to pion/webrtc#1915
    Antonito committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    fafa43e View commit details
    Browse the repository at this point in the history