File: ekeyd-egd-linux.default

package info (click to toggle)
ekeyd 1.1.5-6.2
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, stretch
  • size: 804 kB
  • ctags: 1,039
  • sloc: ansic: 5,259; sh: 333; makefile: 262; perl: 150
file content (21 lines) | stat: -rw-r--r-- 686 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Change to YES to allow ekeyd-egd-linux to start. Ensure the below are
# correctly configured first though.
START_EKEYD_EGD_LINUX=NO

# Change this if you want it to be something other than the default
# HOST=127.0.0.1
# PORT=8888

# Number of bits minimum in the pool, below which the daemon will kick in
# and transfer data from the EGD to the pool (providing it's available)
# WATERMARK=1024

# Number of 1024 bit (128 byte) blocks to transfer to the kernel each
# time it dips below the low water mark.
# BLOCKS=3

# How many shannons-per-byte to claim for data pushed to the pool
# SHANNONS=7

# How many seconds between connection retries. Zero means do-not-retry.
RETRYTIME=128