tsvwg / careful-resume

Careful Resume
1 stars 5 forks source link

Packets vs. bytes? #29

Closed joergdeutschmann-i7 closed 2 months ago

joergdeutschmann-i7 commented 3 months ago

Should

pipesize: uint,
cr_mark: uint,
congestion_window: uint,
ssthresh: uint

be specified if it is in packets or bytes?

The Example sections uses packets...

TheEnbyperor commented 3 months ago

Given all other QLog variables for CC are in bytes so these should also be in bytes. The examples section should be corrected to use bytes.

joergdeutschmann-i7 commented 2 months ago

IMHO the qlog variables should be in bytes, which suits real implementations. However, the examples should use packets, which is way easier for mental arithmetic. Maybe one could add a sentence to say that in the examples packets are used on purpose, while qlog specifies bytes.