qlog the max_datagram_frame_size transport parameter

This commit is contained in:
Marten Seemann
2021-01-11 16:19:05 +08:00
parent d1c5297c0b
commit ec2b9f47ca
3 changed files with 20 additions and 1 deletions

View File

@@ -205,6 +205,7 @@ func (t *connectionTracer) recordTransportParameters(sentBy protocol.Perspective
InitialMaxStreamsBidi: int64(tp.MaxBidiStreamNum),
InitialMaxStreamsUni: int64(tp.MaxUniStreamNum),
PreferredAddress: pa,
MaxDatagramFrameSize: tp.MaxDatagramFrameSize,
})
t.mutex.Unlock()
}