ConnectionState returns basic TLS details about the connection.
()
| 336 | |
| 337 | // ConnectionState returns basic TLS details about the connection. |
| 338 | func (q *QUICConn) ConnectionState() ConnectionState { |
| 339 | return q.conn.ConnectionState() |
| 340 | } |
| 341 | |
| 342 | // SetTransportParameters sets the transport parameters to send to the peer. |
| 343 | // |
nothing calls this directly
no outgoing calls
no test coverage detected