Updates to improve mDNS support #2

오픈
Ghost "(deleted):master 에서 master 로 4 commits 를 머지하려 합니다"
Showing only changes of commit e8736016bf - Show all commits

파일 보기

@ -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];