lognplot
lognplot copied to clipboard
Support ipv4 / ipv6 everywhere
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.
In python, we can use socket.create_connection
In rust, we can use an ipv6 socket which supports both ipv4 and ipv6.