mirror of
https://github.com/refraction-networking/utls.git
synced 2025-04-03 20:17:36 +03:00
Doc update: use separate custom ClientHelloSpecs
This commit is contained in:
parent
2551de140c
commit
e7ad106121
1 changed files with 1 additions and 0 deletions
|
@ -209,6 +209,7 @@ func (uconn *UConn) applyPresetByID(id ClientHelloID) (err error) {
|
|||
}
|
||||
|
||||
// ApplyPreset should only be used in conjunction with HelloCustom to apply custom specs.
|
||||
// Separate ClientHelloSpec for each UConn is advised, to avoid state sharing.
|
||||
// Also used internally.
|
||||
func (uconn *UConn) ApplyPreset(p *ClientHelloSpec) error {
|
||||
hello := uconn.HandshakeState.Hello
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue