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

Export EDNS0 interface #1041

Merged
merged 1 commit into from Dec 6, 2019
Merged

Export EDNS0 interface #1041

merged 1 commit into from Dec 6, 2019

Commits on Dec 4, 2019

  1. Export EDNS0 interface

    Replace all the private methods in the EDNS0 with public methods.
    Additionally, as suggested in issue miekg#857, made Pack receive a
    pre-allocated byte array, introduce a Len method, and have Pack
    and Unpack return the number of octets written and read (respectively)
    if there was no error.
    
    Closes miekg#857
    omeranson committed Dec 4, 2019
    Copy the full SHA
    0e87d06 View commit details
    Browse the repository at this point in the history