-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Limits on the amount of buffered data #462
Labels
Needs PR
Security/DoS
Issues with MoQ's security or ways it may be vulnerable to denial of service / resource exhaustion
Transmission/Priority
Issues involving what to transmit when, what to drop, priorities, etc
Comments
vasilvv
changed the title
Limits on the number of concurrently open streams
Limits on the amount of buffered data
Jun 11, 2024
Individual Comment: +1 We need to specify what happens in this case. I think there's two parts:
|
+1 Expanding Alan's list, I think we should determine:
|
afrind
added
the
Transmission/Priority
Issues involving what to transmit when, what to drop, priorities, etc
label
Jun 14, 2024
ianswett
added
the
Security/DoS
Issues with MoQ's security or ways it may be vulnerable to denial of service / resource exhaustion
label
Jul 23, 2024
The AI is to add an error code for SUBSCRIBE_DONE to indicate a subscription was cancelled because the subscription was too far behind. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Needs PR
Security/DoS
Issues with MoQ's security or ways it may be vulnerable to denial of service / resource exhaustion
Transmission/Priority
Issues involving what to transmit when, what to drop, priorities, etc
If the relay is sending data to a subscriber, and the link between the subscriber and the relay cannot sustain the bitrate of the track, eventually the relay will have to buffer more and more data. At some point, the relay would have to drop the data; we should specify how that happens (lowest priority stream gets dropped first?).
The text was updated successfully, but these errors were encountered: