bee icon indicating copy to clipboard operation
bee copied to clipboard

fix: switch listeners to tcp6

Open notanatol opened this issue 3 years ago • 1 comments

Checklist

  • [X] I have read the coding guide
  • [ ] My change requires a documentation update and I have done it

Description

Closes #3167

Considerations

On linux it successfully resolves for both tcp4 and tcp6 but probably needs checking it on mac and win.


This change is Reviewable

notanatol avatar Aug 10 '22 17:08 notanatol

But if you do that, does it leave IP4 users in the dust? Or does tcp6 listen on both 6 and 4?

On linux the switch is transparent, my bee-dashboard works without need to make any changes to it.

But this needs validation for other operating systems.

notanatol avatar Aug 10 '22 17:08 notanatol

Hmm yeah, I share a concern with @ldeffenb here that this might resolves in IPv6 only listening, which should definitely not be the case 😅

AuHau avatar Aug 11 '22 08:08 AuHau