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

New alias POSIXMQ for POSIXMQ-BIDIRECTIONAL

This commit is contained in:
Gerhard Rieger 2024-11-26 09:01:42 +01:00
parent 1ea37d48c2
commit c4844692f3
3 changed files with 33 additions and 13 deletions

View file

@ -49,13 +49,16 @@ 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.
New option posixmq-flush (mq-flush) for POSIXMQ addresses empty the
New option posixmq-flush (mq-flush) for POSIXMQ addresses empties the
queue before starting to transfer data.
Test: LINUX_POSIXMQ_FLUSH
New options posixmq-maxmsg, posixmq-msgsize.
Tests: POSIXMQ_MAXMSG POSIXMQ_MSGSIZE
POSIXMQ is now an alias for POSIXMQ-BIDIRECTIONAL. It can also be used
in unidirectional context.
Building:
Disabling certain features during configure could break build process.