1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-06-29 18:48:42 +00:00

Added POSIXMQ-WRITE; warn on maxmsg,msgsize failure; doc

This commit is contained in:
Gerhard 2025-02-18 12:34:15 +01:00
parent 436d764029
commit b57d8668ec
5 changed files with 40 additions and 17 deletions

View file

@ -119,6 +119,12 @@ Features:
Added generic options setsockopt-socket and setsockopt-connected that
are applied after socket() or when connected.
POSIXMQ addresses now print a warning when options posixmq-maxmsg or
posixmq-msgsize were not applied.
New address POSIXMQ-WRITE does the same as POSIXMQ-SEND, as counterpart
of POSIXMQ-READ.
Building:
Disabling certain features during configure could break build process.