-
Notifications
You must be signed in to change notification settings - Fork 5
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
IPv6 binding causes errors on Linux #4
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hi there. I have forked raknet under my codeberg.org account and I am looking to try and write an open source minecraft server in C++. I came across this issue as it seems to be a raknet issue 🤔 I don't think it should be disabled completely as ipv4 becomes more and more expensive to use (AWS is already charging for v4 addresses as an example, a entire subnet of v6 addresses is free). Upon further investigation I noticed there is a RAKNET_SUPPORT_IPV6 macro that needs to be set along with including the netdb.h include header on Linux. There were also a lot of other compilation errors that I got when I enabled ipv6 support. However I seem to have fixed it now. See https://codeberg.org/flowtr/raknet/commit/ead248692c3fa8b0968c0f8dba9f28038d4335c2#diff-25c4f7ad10e5d7f619c884adf3d6cb10d0d595b7 and the other commits. |
Unknown bind__ errors. Can we disable IPv6 by default without an option?
Related PrismarineJS/bedrock-protocol#120
The text was updated successfully, but these errors were encountered: