mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 04:37:36 +03:00
run gofumpt, enable the gofumpt linter
This commit is contained in:
parent
598f975024
commit
8752576f26
50 changed files with 132 additions and 109 deletions
|
@ -315,7 +315,7 @@ func (p *TransportParameters) readNumericTransportParameter(
|
|||
func (p *TransportParameters) Marshal(pers protocol.Perspective) []byte {
|
||||
b := &bytes.Buffer{}
|
||||
|
||||
//add a greased value
|
||||
// add a greased value
|
||||
utils.WriteVarInt(b, uint64(27+31*rand.Intn(100)))
|
||||
length := rand.Intn(16)
|
||||
randomData := make([]byte, length)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue