Description of the new feature/enhancement
Rwnd trace is provided by four fields:
duration: how long this rwnd config lasted
set_rcv_buf (Optional): The new value to set the socket's receive buffer (rcv_buf) to at this point in time. If present, it indicates that the receive buffer size should be updated/reconfigured to this value.
app_read_bytes (Optional): The number of bytes the application reads (consumes) from the receive buffer at this point in time, simulating application-layer data consumption.
rwnd_remaining (Optional): The remaining receive window (rwnd) value observed immediately after the application has consumed data at this point in time.
Exactly one of app_read_bytes / rwnd_remaining may be set, never both.
Description of the new feature/enhancement
Rwnd trace is provided by four fields:
duration: how long this rwnd config lastedset_rcv_buf(Optional): The new value to set the socket's receive buffer (rcv_buf) to at this point in time. If present, it indicates that the receive buffer size should be updated/reconfigured to this value.app_read_bytes(Optional): The number of bytes the application reads (consumes) from the receive buffer at this point in time, simulating application-layer data consumption.rwnd_remaining(Optional): The remaining receive window (rwnd) value observed immediately after the application has consumed data at this point in time.Exactly one of
app_read_bytes/rwnd_remainingmay be set, never both.