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:
parent
436d764029
commit
b57d8668ec
5 changed files with 40 additions and 17 deletions
|
@ -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 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue