MCPcopy Create free account
hub / github.com/F-Stack/f-stack / bbr_gain_adjust

Function bbr_gain_adjust

freebsd/netinet/tcp_stacks/bbr.c:3498–3504  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3496}
3497
3498static uint16_t
3499bbr_gain_adjust(struct tcp_bbr *bbr, uint16_t gain)
3500{
3501 if (gain < 1)
3502 gain = 1;
3503 return (gain);
3504}
3505
3506static uint32_t
3507bbr_get_header_oh(struct tcp_bbr *bbr)

Callers 2

bbr_get_pacing_lengthFunction · 0.85
bbr_get_pacing_delayFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected