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

Push API for payload #285

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Push API for payload #285

wants to merge 4 commits into from

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    b9d5a03 View commit details
    Browse the repository at this point in the history
  2. fix: Improve isStunPacket check.

    Return early when the first two bits don't match. This is for:
    1. Correctness: A packet that doesn't start with 00 is not STUN even if
       the magic cookie happens to match
    2. Performance: Most packets are RTP and will fail the first byte check,
       so no need to check the magic cookie.
    bgrozev committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    452da85 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. feat: Add a push API for payload

    When enabled packets are passed directly to the application,
    
    squash: Fix setting initial addresses.
    bgrozev committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    750d9b3 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    acfca99 View commit details
    Browse the repository at this point in the history