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