mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
rename MaxStreamDataFrame.ByteOffset to MaximumStreamData
This commit is contained in:
parent
f4519cfd32
commit
5466de6565
14 changed files with 43 additions and 43 deletions
|
@ -149,12 +149,12 @@ func getFrames() []wire.Frame {
|
|||
MaximumData: protocol.MaxByteCount,
|
||||
},
|
||||
&wire.MaxStreamDataFrame{
|
||||
StreamID: protocol.StreamID(getRandomNumber()),
|
||||
ByteOffset: protocol.ByteCount(getRandomNumber()),
|
||||
StreamID: protocol.StreamID(getRandomNumber()),
|
||||
MaximumStreamData: protocol.ByteCount(getRandomNumber()),
|
||||
},
|
||||
&wire.MaxStreamDataFrame{
|
||||
StreamID: protocol.StreamID(getRandomNumber()),
|
||||
ByteOffset: protocol.MaxByteCount,
|
||||
StreamID: protocol.StreamID(getRandomNumber()),
|
||||
MaximumStreamData: protocol.MaxByteCount,
|
||||
},
|
||||
&wire.MaxStreamsFrame{
|
||||
Type: protocol.StreamTypeUni,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue