MCPcopy Create free account
hub / github.com/Haivision/srt / BandwidthGuard

Method BandwidthGuard

testing/srt-test-live.cpp:130–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128 size_t transfer_size = 0;
129
130 BandwidthGuard(size_t band): conf_bw(band), start_time(std::chrono::steady_clock::now()), prev_time(start_time) {}
131
132 void Checkpoint(size_t size, size_t toreport )
133 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected