mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 20:57:36 +03:00
tell if a peer supports DATAGRAM frames in the ConnectionState
This commit is contained in:
parent
356c69944e
commit
e951646fb6
2 changed files with 8 additions and 2 deletions
|
@ -264,7 +264,8 @@ type Config struct {
|
|||
|
||||
// ConnectionState records basic details about a QUIC connection
|
||||
type ConnectionState struct {
|
||||
TLS handshake.ConnectionState
|
||||
TLS handshake.ConnectionState
|
||||
SupportsDatagrams bool
|
||||
}
|
||||
|
||||
// A Listener for incoming QUIC connections
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue