![]() |
kinetic-c
v0.12.0
Seagate Kinetic Protocol Client Library for C
|
Configuration of remote peer for a PEER2PEERPUSH operation. More...
#include <kinetic_types.h>
Data Fields | |
char * | hostname |
Host name of peer/destination. Pointer must remain valid until operation completes. More... | |
int32_t | port |
Port to etablish peer connection to destination host. More... | |
bool | tls |
If set, will use TLS for peer connection. Optional, defaults to false. More... | |
Configuration of remote peer for a PEER2PEERPUSH operation.
Definition at line 448 of file kinetic_types.h.
char* KineticP2P_Peer::hostname |
Host name of peer/destination. Pointer must remain valid until operation completes.
Definition at line 449 of file kinetic_types.h.
int32_t KineticP2P_Peer::port |
Port to etablish peer connection to destination host.
Definition at line 450 of file kinetic_types.h.
bool KineticP2P_Peer::tls |
If set, will use TLS for peer connection. Optional, defaults to false.
Definition at line 451 of file kinetic_types.h.