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

dgram: add source-specific multicast support #15735

Closed
wants to merge 9 commits into from
Closed

Commits on Oct 16, 2019

  1. dgram: add source-specific multicast support

    This adds RFC 4607 support for IPv4 and IPv6.
    Lucas Pardue authored and addaleax committed Oct 16, 2019
    Copy the full SHA
    2b6b1ac View commit details
    Browse the repository at this point in the history
  2. Update dgram.md

    Trott authored and addaleax committed Oct 16, 2019
    Copy the full SHA
    b36f53c View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6ea4a7b View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    94f7449 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    f75fd45 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    f271357 View commit details
    Browse the repository at this point in the history
  7. Check iface against nullptr

    addaleax committed Oct 16, 2019
    Copy the full SHA
    4392ebf View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    b049b3a View commit details
    Browse the repository at this point in the history
  9. Fixes two deprecation warnings

    `this._healthCheck()`& `this._handle` caused deprecation warnings.
    n-thumann authored and addaleax committed Oct 16, 2019
    Copy the full SHA
    888dc05 View commit details
    Browse the repository at this point in the history