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

Fixed UDP-LISTEN with bind to IPv4 address on option -0

This commit is contained in:
Gerhard Rieger 2025-01-11 08:09:40 +01:00
parent c4844692f3
commit 0f1c5dd85a
5 changed files with 131 additions and 26 deletions

View file

@ -45,6 +45,13 @@ Corrections:
POSIXMQ-* addresses.
POSIXMQ addresses are no longer experimental.
With version 1.8.0.0, and with 1.8.0.1 and option -0, the following
command failed:
socat UDP-LISTEN:1234,fork,reuseaddr,bind=127.0.0.1 -
Message: "E xioopen_ipdgram_listen(): unknown address family 0":
Thanks to Brian Woo for reporting this issue.
Test: UDP_LISTEN_BIND4
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.