mirror of
https://github.com/refraction-networking/utls.git
synced 2025-04-04 12:37:35 +03:00
Clarify ApplyPreset description
This commit is contained in:
parent
e7ad106121
commit
4c28dcf6db
1 changed files with 2 additions and 2 deletions
|
@ -209,8 +209,8 @@ func (uconn *UConn) applyPresetByID(id ClientHelloID) (err error) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// ApplyPreset should only be used in conjunction with HelloCustom to apply custom specs.
|
// ApplyPreset should only be used in conjunction with HelloCustom to apply custom specs.
|
||||||
// Separate ClientHelloSpec for each UConn is advised, to avoid state sharing.
|
// Fields of TLSExtensions that are slices/pointers are shared across different connections with
|
||||||
// Also used internally.
|
// same ClientHelloSpec. It is advised to use different specs and avoid any shared state.
|
||||||
func (uconn *UConn) ApplyPreset(p *ClientHelloSpec) error {
|
func (uconn *UConn) ApplyPreset(p *ClientHelloSpec) error {
|
||||||
hello := uconn.HandshakeState.Hello
|
hello := uconn.HandshakeState.Hello
|
||||||
session := uconn.HandshakeState.Session
|
session := uconn.HandshakeState.Session
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue