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

IPv6 binding causes errors on Linux #4

Open
extremeheat opened this issue Aug 23, 2021 · 6 comments
Open

IPv6 binding causes errors on Linux #4

extremeheat opened this issue Aug 23, 2021 · 6 comments
Labels
bug Something isn't working

Comments

@extremeheat
Copy link
Owner

extremeheat commented Aug 23, 2021

Unknown bind__ errors. Can we disable IPv6 by default without an option?

Related PrismarineJS/bedrock-protocol#120

@stale stale bot added the wontfix This will not be worked on label Dec 31, 2021
@extremeheat extremeheat removed the wontfix This will not be worked on label Dec 31, 2021
@stale stale bot added the wontfix This will not be worked on label Feb 9, 2022
Repository owner deleted a comment from stale bot Feb 9, 2022
@stale stale bot removed the wontfix This will not be worked on label Feb 9, 2022
Repository owner deleted a comment from stale bot Feb 9, 2022
@stale
Copy link

stale bot commented Mar 21, 2022

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.

@stale stale bot added the wontfix This will not be worked on label Mar 21, 2022
@extremeheat extremeheat removed the wontfix This will not be worked on label Mar 21, 2022
@stale
Copy link

stale bot commented May 1, 2022

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.

@stale stale bot added the wontfix This will not be worked on label May 1, 2022
@extremeheat extremeheat removed the wontfix This will not be worked on label May 1, 2022
@stale
Copy link

stale bot commented Jun 10, 2022

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.

@stale stale bot added the wontfix This will not be worked on label Jun 10, 2022
@stale stale bot closed this as completed Jun 17, 2022
@extremeheat extremeheat reopened this Jun 19, 2022
@stale stale bot closed this as completed Jun 26, 2022
@extremeheat extremeheat reopened this Jun 27, 2022
@extremeheat extremeheat added bug Something isn't working and removed wontfix This will not be worked on labels Jun 27, 2022
@stale
Copy link

stale bot commented Aug 6, 2022

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.

@stale stale bot added the wontfix This will not be worked on label Aug 6, 2022
@stale stale bot closed this as completed Aug 14, 2022
@extremeheat extremeheat reopened this Aug 21, 2022
@stale stale bot closed this as completed Aug 31, 2022
@extremeheat extremeheat reopened this Sep 1, 2022
@stale stale bot removed the wontfix This will not be worked on label Sep 1, 2022
@stale
Copy link

stale bot commented Oct 11, 2022

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.

@stale stale bot added the wontfix This will not be worked on label Oct 11, 2022
@extremeheat extremeheat removed the wontfix This will not be worked on label Oct 12, 2022
@theoparis
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants