multiformats/java-multiaddr

Feature Support /ip4/0.0.0.0/udp/4001/quic Addresses

Closed this issue · 2 comments

Support /ip4/0.0.0.0/udp/4001/quic Addresses
Multiaddress has only a function getTCPPort() , maybe in this case also a general getPort() function
would be nice or (getTCPUDPPort())

Agreed, now that we have udp in multiaddrs a general getPort() is better.

I've added this in master now