1 /* This file contains the xon and xoff cell definitions, for flow control. */
3 /* xoff cell definition. Tells the other endpoint to stop sending, because
4 * we have too much data queued for this stream. */
10 /* xon cell declaration. Tells the other endpoint to resume sending and/or
11 * update its sending rate on this stream based on advisory information. */
16 /* Advisory field: The ewma rate of socket drain we have seen so far
17 * on this stream, in kilobytes/sec (1000 bytes/sec). May be zero,
18 * which means no rate advice. */