Skip to content

Whats the meaning of Absoluteoffet field in QUIC_STREAM_EVENT_TYPE RECEIVE? #3075

Answered by nibanks
shashenli asked this question in Q&A
Discussion options

You must be logged in to vote

It's the offset of the current receive, from the very beginning of the stream. For instance, you may get the following set of notifications:

  • Stream start
  • Stream receive (absOff=0, length=1000)
  • Stream receive (absOff=1000, length=200)
  • Stream receive (absOff=1200, length=1500)
  • Stream receive (absOff=2700, length=800)

I hope that explains it. You're not required to make use of it, but it can help in some scenarios.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@shashenli
Comment options

Answer selected by shashenli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants