kinetic-c  v0.12.0
Seagate Kinetic Protocol Client Library for C
Data Fields
KineticP2P_Peer Struct Reference

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...
 

Detailed Description

Configuration of remote peer for a PEER2PEERPUSH operation.

Definition at line 448 of file kinetic_types.h.

Field Documentation

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.


The documentation for this struct was generated from the following file: