TNL::ConnectionParameters struct Reference
TNL::ConnectionParameters Struct Reference
#include <tnlNetConnection.h>
Detailed Description
All data associated with the negotiation of the connection.
Constructor & Destructor Documentation
TNL::ConnectionParameters::ConnectionParameters |
( |
|
) |
[inline] |
|
Field Documentation
|
True if this is an arranged connection.
|
|
Set to true if this connection is using crypto (public key and symmetric).
|
|
True if a puzzle solution was already rejected by the server once.
|
|
Unique nonce generated for this connection to send to the server.
|
|
Unique nonce generated by the server for the connection.
|
|
Difficulty of the client puzzle solved by this client.
|
|
Solution to the client puzzle the server sends to the client.
|
|
The client identity as computed by the remote host.
|
|
The public key of the remote host.
|
|
The private key for this connection. May be generated on the connection attempt.
|
|
The certificate of the remote host.
|
|
The initiator of the connection wants a secure key exchange.
|
|
The client is requesting a certificate.
|
|
The symmetric key for the connection, generated by the client.
|
|
The init vector, generated by the server.
|
|
List of possible addresses for the remote host in an arranged connection.
|
|
True if this host initiated the arranged connection.
|
|
True if this is a connectLocal connection.
|
|
The shared secret as arranged by the connection intermediary.
|
|
This connection's initiator requested debugging size information during packet writes.
|