|
Tilde Friends
|
#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 |
Information about a stored SHS connection.
| char _tf_ssb_db_stored_connection_t::address[256] |
The connection's address.
| int64_t _tf_ssb_db_stored_connection_t::last_attempt |
Time of last attempted connection.
| int64_t _tf_ssb_db_stored_connection_t::last_success |
Time of last successful connection.
| int _tf_ssb_db_stored_connection_t::port |
The network port number of the connection.
| char _tf_ssb_db_stored_connection_t::pubkey[k_id_base64_len] |
The identity.