Home
last modified time | relevance | path

Searched refs:pktsize (Results 1 – 1 of 1) sorted by relevance

/openssl/test/helpers/
H A Dnoisydgrambio.c138 size_t pktsize = msg[i].data_len; in bandwidth_limit() local
140 if ((limit->size_sum + pktsize) / SAMPLING_WINDOW_PERIOD > limit->bw) { in bandwidth_limit()
162 limit->pinfos[end].size = pktsize; in bandwidth_limit()
164 limit->size_sum += pktsize; in bandwidth_limit()

Completed in 6 milliseconds