Tilde Friends
_tf_ssb_db_stored_connection_t Struct Reference

#include <ssb.db.h>

Public Attributes

char address [256]
 
int port
 
char pubkey [k_id_base64_len]
 
int64_t last_attempt
 
int64_t last_success
 

Detailed Description

Information about a stored SHS connection.

Member Data Documentation

◆ address

char _tf_ssb_db_stored_connection_t::address[256]

The connection's address.

◆ last_attempt

int64_t _tf_ssb_db_stored_connection_t::last_attempt

Time of last attempted connection.

◆ last_success

int64_t _tf_ssb_db_stored_connection_t::last_success

Time of last successful connection.

◆ port

int _tf_ssb_db_stored_connection_t::port

The network port number of the connection.

◆ pubkey

char _tf_ssb_db_stored_connection_t::pubkey[k_id_base64_len]

The identity.


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