circu.js
    Preparing search index...

    Interface RecvMsgResult

    interface RecvMsgResult {
        addr: Uint8Array;
        control?: Uint8Array<ArrayBufferLike>;
        data: Uint8Array;
    }
    Index

    Properties

    Properties

    addr: Uint8Array

    Sender address as raw sockaddr bytes

    control?: Uint8Array<ArrayBufferLike>

    Control (ancillary) data, present only if controlsize was requested

    data: Uint8Array

    Received payload