type crypto/tls.QUICEvent
18 uses
crypto/tls (current package)
quic.go#L131: type QUICEvent struct {
quic.go#L153: events []QUICEvent
quic.go#L160: eventArr [8]QUICEvent
quic.go#L230: func (q *QUICConn) NextEvent() QUICEvent {
quic.go#L244: return QUICEvent{Kind: QUICNoEvent}
quic.go#L249: return QUICEvent{Kind: QUICErrorEvent, Err: q.conn.handshakeErr}
quic.go#L254: return QUICEvent{Kind: QUICNoEvent}
quic.go#L257: qs.events[qs.nextEvent] = QUICEvent{} // zero out references to data
quic.go#L415: c.quic.events = append(c.quic.events, QUICEvent{
quic.go#L425: c.quic.events = append(c.quic.events, QUICEvent{
quic.go#L434: var last *QUICEvent
quic.go#L439: c.quic.events = append(c.quic.events, QUICEvent{
quic.go#L449: c.quic.events = append(c.quic.events, QUICEvent{
quic.go#L463: c.quic.events = append(c.quic.events, QUICEvent{
quic.go#L470: c.quic.events = append(c.quic.events, QUICEvent{
quic.go#L478: c.quic.events = append(c.quic.events, QUICEvent{
quic.go#L491: c.quic.events = append(c.quic.events, QUICEvent{
quic.go#L497: c.quic.events = append(c.quic.events, QUICEvent{
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |