UNPKG

physical

Version:

virtual physical network infrastructure layer interface

5 lines (4 loc) 110 B
import { Handshake } from "./Handshake"; export interface ACK extends Handshake { protocol: string; }