UNPKG

484 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3const prefix_map_1 = require("../routing/prefix-map");
4const utils_1 = require("../lib/utils");
5class ForwardingRoutingTable extends prefix_map_1.default {
6 constructor() {
7 super(...arguments);
8 this.routingTableId = utils_1.uuid();
9 this.log = [];
10 this.currentEpoch = 0;
11 }
12}
13exports.default = ForwardingRoutingTable;
14//# sourceMappingURL=forwarding-routing-table.js.map
\No newline at end of file