minor changes
This commit is contained in:
parent
8c8ddceddc
commit
fd090e2cf1
|
@ -1,8 +1,6 @@
|
||||||
(function (exports) {
|
(function (exports) {
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
// TODO. Not yet implemented
|
|
||||||
|
|
||||||
// Value: Preference
|
// Value: Preference
|
||||||
// Meaning/Use: Unsigned 16-bit integer
|
// Meaning/Use: Unsigned 16-bit integer
|
||||||
//-------------------------------------
|
//-------------------------------------
|
||||||
|
|
|
@ -3,8 +3,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
exports.DNS_TYPE_A = function (rdata) {
|
exports.DNS_TYPE_SOA = function (ab, packet, record) {
|
||||||
var ui8 = new Uint8Array(rdata);
|
|
||||||
|
var s = {
|
||||||
|
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue