mirror of
https://github.com/refraction-networking/utls.git
synced 2025-04-03 20:17:36 +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.
|
||||
// Separate ClientHelloSpec for each UConn is advised, to avoid state sharing.
|
||||
// Also used internally.
|
||||
// Fields of TLSExtensions that are slices/pointers are shared across different connections with
|
||||
// same ClientHelloSpec. It is advised to use different specs and avoid any shared state.
|
||||
func (uconn *UConn) ApplyPreset(p *ClientHelloSpec) error {
|
||||
hello := uconn.HandshakeState.Hello
|
||||
session := uconn.HandshakeState.Session
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue