Function procfs::sys::kernel::random::read_wakeup_threshold[][src]

pub fn read_wakeup_threshold() -> ProcResult<u32>
Expand description

This file contains the number of bits of entropy required for waking up processes that sleep waiting for entropy from /dev/random

The default is 64.

This will first attempt to read from /proc/sys/kernel/random/read_wakeup_threshold but it will fallback to /proc/sys/kernel/random/write_wakeup_threshold if the former file is not found.