Abhayakara / mdnsresponder

mDNSResponder work-in-progress
Other
20 stars 8 forks source link

misc fixes #6

Closed wgtdkp closed 3 years ago

wgtdkp commented 3 years ago

This PR includes several small fixes:

  1. fixes for C format prints.
  2. Change EDNS(0) format to align with the spec (see https://github.com/Abhayakara/mdnsresponder/issues/5)
  3. Set CLASS of SIG(0) RR to ANY (Per https://tools.ietf.org/html/rfc2931#section-3)
wgtdkp commented 3 years ago

@Abhayakara Would you help review the PR?

Abhayakara commented 3 years ago

I believe that this pull request was committed to the internal repo quite some time ago and is included in the mDNSResponder-1587 commit, if it wasn't already in the repo prior to that commit.