@bengreenier/krtp
Version:
Node implementation of rdp protocol. RFC 3550
12 lines (11 loc) • 345 B
JavaScript
;
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
/**
* krtp implements real-time protocol based on RFC 3350.
*/
__export(require("./Packet"));
__export(require("./Session"));
__export(require("./Control"));