| quic_fc.h | 28 uint64_t swm, cwm; member in struct:quic_txfc_st 117 * Get the current spent watermark (SWM) value. This is purely for diagnostic 130 * swm is the sent/received watermark, which tracks how much we have 137 uint64_t cwm, swm, rwm, esrwm, hwm, cur_window_size, max_window_size; member in struct:quic_rxfc_st 235 * Returns the current SWM. This is the total number of bytes the peer has 248 * Returns the current credit. This is the CWM minus the SWM. This is intended
|