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

Use UDPMux for Server reflexive candidates #419

Merged
merged 1 commit into from
Feb 20, 2022

Commits on Feb 18, 2022

  1. Support UDP muxing for SRFLX candidates

    The original UDPMux only works for the HOST candidates.
    UniversalUDPMux adds support for SRFLX candidates
    and will later support Relay candidates.
    UniversalUDPMux embeds UDPMuxDefault and
    handles STUN server packets to discover XORMappedAddr
    forwarding the remaining packets for muxing to UDPMuxDefault.
    braginini authored Feb 18, 2022
    Configuration menu
    Copy the full SHA
    dc81fae View commit details
    Browse the repository at this point in the history