Documentation
¶
Index ¶
Constants ¶
View Source
const ( // WebSocketURLPath is the path for the websocket relay connection WebSocketURLPath = "/relay" // QUICInitialPacketSize is the conservative initial QUIC packet size (bytes) // for unknown-path PMTU, per RFC 9000 §14: 1280 (IPv6 min MTU) − 40 (IPv6 // header) − 8 (UDP header) = 1232. DPLPMTUD may probe larger sizes later. QUICInitialPacketSize = 1232 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package auth manages the authentication process with the relay server.
|
Package auth manages the authentication process with the relay server. |
|
Package client contains the implementation of the Relay client.
|
Package client contains the implementation of the Relay client. |
|
Package messages provides the message types that are used to communicate between the relay and the client.
|
Package messages provides the message types that are used to communicate between the relay and the client. |
|
address
Deprecated: This package is deprecated and will be removed in a future release.
|
Deprecated: This package is deprecated and will be removed in a future release. |
|
auth
Deprecated: This package is deprecated and will be removed in a future release.
|
Deprecated: This package is deprecated and will be removed in a future release. |
|
Package tls provides utilities for configuring and managing Transport Layer Security (TLS) in server and client environments, with a focus on QUIC protocol support and testing configurations.
|
Package tls provides utilities for configuring and managing Transport Layer Security (TLS) in server and client environments, with a focus on QUIC protocol support and testing configurations. |
Click to show internal directories.
Click to hide internal directories.