dplay_bpspeak

Peak data rate of a client in bytes per second (bps).

Type:

var, read-only

Remarks:

Client only. Variable will be updated every 8 ticks and is displayed in the [F11] panel within the "net" column.

Example:

PANEL* pNetstats =
{ digits ( 0, 0, 5, digit_font, 1,dplay_latency); // shows latency
digits ( 0,20, 5, digit_font, 1,dplay_bps); // shows bps average
digits ( 0,40, 5, digit_font, 1,dplay_bpspeak); // shows peak
flags = SHOW;
}

See also:

dplay_latency, dplay_bps, dplay_entrate, dplay_pingrate ► latest version online