Doc update: use separate custom ClientHelloSpecs

This commit is contained in:
Sergey Frolov 2018-07-28 19:23:27 -04:00 committed by sergeyfrolov
parent 2551de140c
commit e7ad106121

View file

@ -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