Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[socat] error generated when attempting to listen on a UDP socket #4848

Open
1 task done
billr1 opened this issue Aug 19, 2024 · 1 comment
Open
1 task done

[socat] error generated when attempting to listen on a UDP socket #4848

billr1 opened this issue Aug 19, 2024 · 1 comment
Labels

Comments

@billr1
Copy link

billr1 commented Aug 19, 2024

Description / Steps to reproduce the issue

socat -u UDP-L:37771,reuseaddr STDOUT > outfile &

Expected behavior

No error messages

Actual behavior

E xioopen_ipdgram_listen(): unknown address family 0

This appears to be specific to version 1.8.0.0. See this link for additional info: http://www.dest-unreach.org/socat/
I have an older MSYS sytem with socat version 1.7.4.4 and it does not exhibit this behavior.

Verification

Windows Version

MINGW64_NT-10.0-22631

Are you willing to submit a PR?

no, but it looks like it will be eventually fixed upstream

@billr1 billr1 added the bug label Aug 19, 2024
@emuslor
Copy link
Contributor

emuslor commented Sep 3, 2024

1.8.0.1 is available now and the error does not show up. Is your case now fully working after update?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants