OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
AGE_FACTOR
usr.bin/ssh/progressmeter.c
165
bytes_per_second = (bytes_per_second * AGE_FACTOR) +
usr.bin/ssh/progressmeter.c
166
(cur_speed * (1.0 - AGE_FACTOR));