proxygen
fizz::client::AsyncFizzClientT< SM >::EarlyDataState Struct Reference

Public Attributes

uint32_t remainingEarlyData {0}
 
folly::IOBufQueue resendBuffer {folly::IOBufQueue::cacheChainLength()}
 
std::deque< AppWritependingAppWrites
 

Detailed Description

template<typename SM>
struct fizz::client::AsyncFizzClientT< SM >::EarlyDataState

Definition at line 201 of file AsyncFizzClient.h.

Member Data Documentation

template<typename SM>
std::deque<AppWrite> fizz::client::AsyncFizzClientT< SM >::EarlyDataState::pendingAppWrites

Definition at line 211 of file AsyncFizzClient.h.

template<typename SM>
uint32_t fizz::client::AsyncFizzClientT< SM >::EarlyDataState::remainingEarlyData {0}

Definition at line 203 of file AsyncFizzClient.h.

template<typename SM>
folly::IOBufQueue fizz::client::AsyncFizzClientT< SM >::EarlyDataState::resendBuffer {folly::IOBufQueue::cacheChainLength()}

Definition at line 207 of file AsyncFizzClient.h.


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