Skip to content

Enable ipv6 client side support by default #3300

Open
@stevie2sheds

Description

@stevie2sheds

Current behaviour and why should it be changed?

IPv6 client support currently has to be enabled at the command line using the -6 option. This requires the user either to edit the shortcuts/links or start the client from the command line. This varies in complexity depending on the OS, but it is a major barrier to IPv6 adoption when trying to support large groups having to make the required changes to client startup. Having IPv6 support enabled by default would remove this barrier.

Describe possible approaches
Another approach could be to enable IPv6 support using a checkbox within the UI. This would allow the user to elect to enable IPv6, and perhaps there is a very marginal resource saving in not starting a feature that may not be used.

Describe the solution you'd like
Enable ipv6 client side support by default with no additional checkbox in the UI. That solution means no action needs to be taken at the client side at all for IPv6.

Has this feature been discussed and generally agreed?

The topic has been discussed here: https://github.com/orgs/jamulussoftware/discussions/3291

Activity

softins

softins commented on Jun 24, 2024

@softins
Member

If we did make it a checkbox in Settings, it should also be stored in the ini file, to remember the setting.

In that case, rather than the complication of changing the open socket on the fly when the checkbox is toggled, it may well be sufficient to request a restart, like it does when the language setting is changed.

Would also need to make sure the ini file is loaded before the socket is created.

stevie2sheds

stevie2sheds commented on Jun 24, 2024

@stevie2sheds
Author

That sounds as if the checkbox option is of greater complexity than enabling by default and therefore the always on option is preferable.

added this to the Release 4.0.0 milestone on Jun 29, 2024
pljones

pljones commented on Jun 29, 2024

@pljones
Collaborator

I've tagged this as Release 4.0.0 as it'll probably get picked up alongside #3242.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Status

Triage

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Enable ipv6 client side support by default · Issue #3300 · jamulussoftware/jamulus