forked from quic-go/quic-go
qlog the max_datagram_frame_size transport parameter
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user