1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-07-14 23:33:23 +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

@ -183,6 +183,7 @@ const struct addrname addressnames[] = {
{ "POSIXMQ-RECEIVE", &xioaddr_posixmq_receive },
{ "POSIXMQ-RECV", &xioaddr_posixmq_receive },
{ "POSIXMQ-SEND", &xioaddr_posixmq_send },
{ "POSIXMQ-WRITE", &xioaddr_posixmq_write },
#endif
#if WITH_PROXY
{ "PROXY", &xioaddr_proxy_connect },