Go to the source code of this file.
◆ TSI_LOCAL_NUM_OF_PEER_PROPERTIES
#define TSI_LOCAL_NUM_OF_PEER_PROPERTIES 1 |
◆ TSI_LOCAL_PROCESS_ID_PEER_PROPERTY
#define TSI_LOCAL_PROCESS_ID_PEER_PROPERTY "process_id" |
◆ local_tsi_handshaker
Main struct for local TSI handshaker.
All APIs in the header are thread-comptabile.
◆ local_tsi_handshaker_create()
This method creates a local TSI handshaker instance.
- is_client: boolean value indicating if the handshaker is used at the client (is_client = true) or server (is_client = false) side. The parameter is added for future extension.
- self: address of local TSI handshaker instance to be returned from the method.
It returns TSI_OK on success and an error status code on failure.