Home
last modified time | relevance | path

Searched defs:quicState (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/tls/
Dquic.go143 type quicState struct { struct
144 events []QUICEvent
145 nextEvent int
151 eventArr [8]QUICEvent
153 started bool
154 signalc chan struct{} // handshake data is available to be read
155 blockedc chan struct{} // handshake is waiting for data, closed when done
156 cancelc <-chan struct{} // handshake has been canceled
157 cancel context.CancelFunc
159 waitingForDrain bool
[all …]