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

Function cdg_window_decrease

freebsd/netinet/cc/cc_cdg.c:392–397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

390}
391
392static inline uint32_t
393cdg_window_decrease(struct cc_var *ccv, unsigned long owin, unsigned int beta)
394{
395
396 return ((ulmin(CCV(ccv, snd_wnd), owin) * beta) / 100);
397}
398
399/*
400 * Window increase function

Callers 1

cdg_cong_signalFunction · 0.85

Calls 1

ulminFunction · 0.85

Tested by

no test coverage detected