1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-06-30 10:59:00 +00:00

POSIXMQ-RECV takes option o-nonblock

This commit is contained in:
Gerhard Rieger 2025-01-24 17:01:55 +01:00
parent 68f0143f7b
commit 9bf5fc625c
3 changed files with 18 additions and 8 deletions

View file

@ -41,6 +41,10 @@ Corrections:
input lines. Changed Socat to explicitly print the newline in this
case.
Features:
POSIXMQ-RECV now takes option o-nonblock; this, in combination with -T,
makes it possible to terminate Socat in case the queue is empty.
Building:
Disabling certain features during configure could break build process.