Searched defs:quicState (Results 1 – 1 of 1) sorted by relevance
143 type quicState struct { struct144 events []QUICEvent145 nextEvent int151 eventArr [8]QUICEvent153 started bool154 signalc chan struct{} // handshake data is available to be read155 blockedc chan struct{} // handshake is waiting for data, closed when done156 cancelc <-chan struct{} // handshake has been canceled157 cancel context.CancelFunc159 waitingForDrain bool[all …]