Get desktop application:
View/edit binary Protocol Buffers messages
ClientState contains the state of the client which should be persisted across restarts.
The client key, normally fixed after first execution. Also defines the client's id.
The most recent sequencing nonce received from the server.
A set of revoked/blacklisted certificate serial numbers in big endian format. Not restricted, but normally at most 20 bytes. (RFC 3280)
Parameters used to configure communicator plugins.
The longest possible wait before attempting to contact the server. The communicator may poll sooner if there are messages for the server, of it there has been recent communication with the server. A default of 5 minutes is used if unset.
The longest possible wait before attempting to contact the server when there is some data to transmit. The communicator may poll sooner if the buffer is full. A default of 5 seconds is used if unset.
The minimum time to wait after a failure to reach any server. A default of 5 minutes is used if unset.
If the communicator is unable to communicate with the server for this long, it should kill fleetspeak, in the hope that a restart will fix things. A default of 7 days is used if unset.
The compression algorithm to apply on data sent to the server. No compression is applied if unset.
If set, the client will prefer comms with HTTP2 Transport