-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
[Bug]: socat UDP listen error, but netcat is fine #18645
Labels
Comments
Thanks very much for testing it. Really appreciate it. |
I've submitted a temporary fix for it and have reported this issue upstream. I will not close this issue until upstream resolves it. Thanks for your report! |
You need to report it to Alpine Linux or build socat from source with this patch. |
eliferrous
added a commit
to eliferrous/udp-echo-app
that referenced
this issue
Jan 18, 2024
getting error found in termux/termux-packages#18645, so I switched to debian, which worked.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Problem description
I have this problem where socat cannot listen on any UDP port for some reason. Netcat can listen fine on the same UDP port. The error was xioopen_ipdgram_listen(): unknown address family 0. I have tried this on 2 different Android phones and I am getting the same error.
What steps will reproduce the bug?
From Termux, enter the following:
The same UDP listen from netcat and worked:
What is the expected behavior?
socat should be able to listen on udp port 1234.
System information
termux-info:
The text was updated successfully, but these errors were encountered: