diff options
Diffstat (limited to 'app-crypt/ekey-egd-linux/files/ekey-egd-linux.conf')
-rw-r--r-- | app-crypt/ekey-egd-linux/files/ekey-egd-linux.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app-crypt/ekey-egd-linux/files/ekey-egd-linux.conf b/app-crypt/ekey-egd-linux/files/ekey-egd-linux.conf new file mode 100644 index 000000000000..c72da63e1c78 --- /dev/null +++ b/app-crypt/ekey-egd-linux/files/ekey-egd-linux.conf @@ -0,0 +1,10 @@ +# Host IP address to connect to. +HOST="localhost" +# Port number to connect to. +PORT="1234" +# Time between reconnect attempts. +RECONNECTINTERVAL=10 +# Set the number of 1024 bit blocks to request each time +BLOCKS=2 +# Low level entropy to trigger egd-linux entropy read +WATERMARK=1024 |