MCPcopy Create free account
hub / github.com/XTLS/REALITY / ConnectionState

Method ConnectionState

quic.go:338–340  ·  view source on GitHub ↗

ConnectionState returns basic TLS details about the connection.

()

Source from the content-addressed store, hash-verified

336
337// ConnectionState returns basic TLS details about the connection.
338func (q *QUICConn) ConnectionState() ConnectionState {
339 return q.conn.ConnectionState()
340}
341
342// SetTransportParameters sets the transport parameters to send to the peer.
343//

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected