Electroneum
rc_state Struct Reference

#include <remote.h>

Collaboration diagram for rc_state:

Public Types

enum  { rc_none, rc_hs_read, rc_hs_write }
 

Public Attributes

struct rc_statenext
 
struct comm_pointc
 
enum rc_state:: { ... }  shake_state
 
int fd
 
struct daemon_remoterc
 

Detailed Description

a busy control command connection, SSL state

Definition at line 65 of file remote.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum

in the handshake part

Enumerator
rc_none 
rc_hs_read 
rc_hs_write 

Definition at line 71 of file remote.h.

Member Data Documentation

◆ c

struct comm_point* rc_state::c

the commpoint

Definition at line 69 of file remote.h.

◆ fd

int rc_state::fd

file descriptor

Definition at line 77 of file remote.h.

◆ next

struct rc_state* rc_state::next

the next item in list

Definition at line 67 of file remote.h.

◆ rc

struct daemon_remote* rc_state::rc

the rc this is part of

Definition at line 79 of file remote.h.

◆ shake_state

enum { ... } rc_state::shake_state

in the handshake part


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