UNPKG

krtp

Version:

Node implementation of rdp protocol. RFC 3550

7 lines (6 loc) 145 B
/** * krtp implements real-time protocol based on RFC 3350. */ export * from "./Packet"; export * from "./Session"; export * from "./Control";