merino icon indicating copy to clipboard operation
merino copied to clipboard

fix: returns addr and port information exactly

Open 52funny opened this issue 8 months ago • 0 comments

In the rfc1928 documentation, BND.ADDR and BND.PORT should be specific address and port information. While it's possible to just return all zeros, doing so may cause some weird issues on the client side.

Also, I've changed some of the clippy return hints in the code.

52funny avatar Nov 27 '23 14:11 52funny