Type alias RecvInfo

RecvInfo: {
    from: native.Host;
    to: native.Host;
}

Type declaration

  • from: native.Host

    The remote address the packet was received from.

  • to: native.Host

    The local address the packet was sent to.

Generated using TypeDoc