Skip to content

dledger does not support IPv6 #274

@renwanqian

Description

@renwanqian

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions