Releases: guenther-alka/z-stream
Releases · guenther-alka/z-stream
Release list
v1.1.2
-bind=IP (Default: 0.0.0.0)
Binds the listener only to a specific interface. Example: --bind=192.168.1.10 prevents connections via other interfaces.
Accept-Timeout: 120s
The listener waits for a maximum of 2 minutes for the sender. After that: returns an error instead of waiting indefinitely.
Read-Timeout: 5 minutes per chunk
The deadline is reset for each chunk. If no data is received for 5 minutes (dead sender, network failure, attack): returns an error instead of hanging indefinitely. Works in both variants (buffered + unbuffered).
v1.1.1
Set min single case keylength to 8 char, any larger size allowed -> 32Byte