lognplot icon indicating copy to clipboard operation
lognplot copied to clipboard

Support ipv4 / ipv6 everywhere

Open windelbouwman opened this issue 6 years ago • 1 comments

There are some issues with mixing ipv4 / ipv6.

Check:

  • lognplot rust ipv4 / ipv6 server support
  • lognplot rust client ipv4 / ipv6 support
  • lognplot python client support
  • lognplot python server support

For now ipv4 is used, but it should work seamless.

windelbouwman avatar Feb 03 '20 09:02 windelbouwman

In python, we can use socket.create_connection

In rust, we can use an ipv6 socket which supports both ipv4 and ipv6.

windelbouwman avatar Feb 05 '20 09:02 windelbouwman