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

dledger does not support IPv6 #274

Open
renwanqian opened this issue Feb 14, 2023 · 0 comments
Open

dledger does not support IPv6 #274

renwanqian opened this issue Feb 14, 2023 · 0 comments

Comments

@renwanqian
Copy link

There are some processes in the DLedgerRpcNettyService.java that do not support IPv6, for example:
nettyServerConfig.setListenPort(Integer.parseInt(address.split(":")[1]));

When the address is an IPv6 address, such as [fd15:4ba5:5a2b:1008::9:5]:30921, the parse will fail and an exception occurs.
Suggest to support IPv6 as soon as possible and conduct comprehensive test verification, thank you

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

No branches or pull requests

1 participant