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

[FEATURE] UDP support #8

Open
CherubicBoot opened this issue Apr 25, 2024 · 4 comments
Open

[FEATURE] UDP support #8

CherubicBoot opened this issue Apr 25, 2024 · 4 comments
Labels
enhancement New feature or request

Comments

@CherubicBoot
Copy link

TL:DR: title <3

Hello there! I'm wondering if this mod has the ability to open UDP Port for mods that uses UDP Port such as geysermc or raknetify? if not, is it possible to support it? Ty in advance! ^^

@maxomatic458
Copy link
Owner

@CherubicBoot there is no udp support at the moment.
Might be added in the future.

@maxomatic458 maxomatic458 changed the title [Question] Does this mod supports opening UDP Port? [FEATURE] UDP support Apr 25, 2024
@maxomatic458 maxomatic458 added the enhancement New feature or request label Apr 25, 2024
@CherubicBoot
Copy link
Author

alright! can't wait for the UDP port support^^
also, I'd suggest adding a support for opening multiple port which can be useful for running both geysermc and raknetify at the same times (as both of them uses UDP port, but can be changed to different port as the server)

@maxomatic458
Copy link
Owner

@CherubicBoot yea the thing is the mod (and the plugin) work based on the internal minecraft connection (they kinda hijack the underlying socket). so adding support for multiple tunnels would mean having to implement support for every mod that needs another port. Would be doable, but if you really need a lot of ports for every different mod you might want to use the playit program instead.

But Geyser support can probably be specifically implemented at some point

@CherubicBoot
Copy link
Author

Alright! I mainly only used raknetify and geysermc at the same time, so adding raknetify support (alongside with geysermc at the same time) instead of configurable multiple ports seems to be enough for me, but only geysermc support alone is still highly appreciated. I understand adding those supports are not an easy task. Tysm for considering my suggestion! ^^

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

No branches or pull requests

2 participants