Updates to improve mDNS support #2

Open
Ghost wants to merge 4 commits from (deleted):master into master
1 changed files with 1 additions and 0 deletions
Showing only changes of commit e8736016bf - Show all commits

View File

@ -198,6 +198,7 @@ pdns.unpack = function (ab) {
q.rdlength = dv.getUint16(total, false);
total += 2;
q.class &= 0x7fff;
q.className = classes[q.class];
q.typeName = types[q.type];