diff --git a/u_parrots.go b/u_parrots.go index 6d81b2f..13955c9 100644 --- a/u_parrots.go +++ b/u_parrots.go @@ -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