proxygen
wangle::FizzClientConfig Struct Reference

#include <FizzConfig.h>

Public Attributes

bool enableFizz {false}
 
std::vector< fizz::ProtocolVersionsupportedVersions
 
std::vector< fizz::CipherSuitesupportedCiphers
 
std::vector< fizz::SignatureSchemesupportedSigSchemes
 
std::vector< fizz::NamedGroupsupportedGroups
 
std::vector< fizz::PskKeyExchangeModesupportedPskModes
 
bool sendEarlyData {false}
 

Detailed Description

Definition at line 37 of file FizzConfig.h.

Member Data Documentation

bool wangle::FizzClientConfig::enableFizz {false}

Definition at line 38 of file FizzConfig.h.

bool wangle::FizzClientConfig::sendEarlyData {false}

Definition at line 44 of file FizzConfig.h.

std::vector<fizz::CipherSuite> wangle::FizzClientConfig::supportedCiphers

Definition at line 40 of file FizzConfig.h.

std::vector<fizz::NamedGroup> wangle::FizzClientConfig::supportedGroups

Definition at line 42 of file FizzConfig.h.

std::vector<fizz::PskKeyExchangeMode> wangle::FizzClientConfig::supportedPskModes

Definition at line 43 of file FizzConfig.h.

std::vector<fizz::SignatureScheme> wangle::FizzClientConfig::supportedSigSchemes

Definition at line 41 of file FizzConfig.h.

std::vector<fizz::ProtocolVersion> wangle::FizzClientConfig::supportedVersions

Definition at line 39 of file FizzConfig.h.


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