Skip to content
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

Bounds on send and receive rate #1347

Closed
mwelzl opened this issue Sep 15, 2023 · 2 comments · Fixed by #1406
Closed

Bounds on send and receive rate #1347

mwelzl opened this issue Sep 15, 2023 · 2 comments · Fixed by #1406
Labels

Comments

@mwelzl
Copy link
Contributor

mwelzl commented Sep 15, 2023

From the review by Lars Eggert, COMMENT part:

Section 8.1.8, paragraph 4

    Numeric values of these properties specify an upper-bound rate that a
    transfer is not expected to exceed (even if flow control and
    congestion control allow higher rates), and/or a lower-bound rate
    below which the application does not deem it will be useful.  These
    are specified in bits per second.  The enumerated value Unlimited
    indicates that no bound is specified.

Over what timescale, or is this supposed to apply to instantaneous
bandwidth? Because an app can control how much data over time to feed
into a connection, but cannot usually know what send rate that
results in.

@mwelzl mwelzl added the API label Sep 15, 2023
@gorryfair
Copy link
Contributor

Perhaps in general the comment is very true. However, I think there are applications that can know an upper-bound rate or lower-bound rate. Some video applications have more clear bounds; some bulk transfers can propose a minimum rate - rather than incurring execessive time, etc.

My suggestion would be:

  • to prefix this by saying when an application can identify specfic bounds...
  • to explicitly add that the default value is Unlimited.

@mwelzl
Copy link
Contributor Author

mwelzl commented Oct 11, 2023

The default value Unlimited is really as explicit as can be:
https://ietf-tapswg.github.io/api-drafts/draft-ietf-taps-interface.html#name-bounds-on-send-or-receive-r

mwelzl added a commit that referenced this issue Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants