Recent Linux kernels have changed the entropy poolsize from 4096 to 256.
However rngd_linux.c contains: #define DEFAULT_WATERMARK_GUESS 4096 and rngd.8.in and rngd.c also refer to a poolsize of 4096.
Shouldn't this be changed, at least in rngd_linux.c, to be 256 instead?
Recent Linux kernels have changed the entropy poolsize from 4096 to 256.
However rngd_linux.c contains:
#define DEFAULT_WATERMARK_GUESS 4096and rngd.8.in and rngd.c also refer to a poolsize of 4096.Shouldn't this be changed, at least in rngd_linux.c, to be 256 instead?