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

possible to build for ASUS RT-AX58U router? #15

Open
privacyguy123 opened this issue Oct 14, 2023 · 0 comments
Open

possible to build for ASUS RT-AX58U router? #15

privacyguy123 opened this issue Oct 14, 2023 · 0 comments

Comments

@privacyguy123
Copy link

I get this error from Make:

cc  -g main.c -o udpbroadcastrelay
main.c: In function 'main':
main.c:2102:59: error: 'SO_REUSEPORT' undeclared (first use in this function); did you mean 'SO_REUSEADDR'?
             if (setsockopt(iface->raw_socket, SOL_SOCKET, SO_REUSEPORT, &yes, sizeof(yes))<0) {
                                                           ^~~~~~~~~~~~
                                                           SO_REUSEADDR
main.c:2102:59: note: each undeclared identifier is reported only once for each function it appears in
make: *** [Makefile:4: udpbroadcastrelay] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant