Type alias SendInfo

SendInfo: {
    at: QuicheTimeInstant;
    from: native.Host;
    to: native.Host;
}

Type declaration

  • at: QuicheTimeInstant

    The time to send the packet out for pacing.

  • from: native.Host

    The local address the packet should be sent from.

  • to: native.Host

    The remote address the packet should be sent to.

Generated using TypeDoc