Skip to content

Releases: guenther-alka/z-stream

v1.1.2

Choose a tag to compare

@guenther-alka guenther-alka released this 28 Jun 09:12
3bd531e

-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

Choose a tag to compare

@guenther-alka guenther-alka released this 27 Jun 09:14
7611abf

Set min single case keylength to 8 char, any larger size allowed -> 32Byte

v1.1.0

Choose a tag to compare

@guenther-alka guenther-alka released this 26 Jun 20:57
c801e1f
Update README.md