enum rpc_join_leaf_flags

Overview

TA-independent flags for WSAJoinLeaf() More…

#include <te_rpc_wsa.h>

enum rpc_join_leaf_flags {
    RPC_JL_SENDER_ONLY   = 1,
    RPC_JL_RECEIVER_ONLY = 2,
    RPC_JL_BOTH          = 4,
};

Detailed Documentation

TA-independent flags for WSAJoinLeaf()

Enum Values

RPC_JL_SENDER_ONLY

Indicates that the socket is acting as a sender

RPC_JL_RECEIVER_ONLY

Indicates that the socket is acting as a receiver

RPC_JL_BOTH

Indicates that the socket is acting both as a sender and as a receiver