Replies: 1 comment 1 reply
-
It turns out that using a port between 49152 and 65535 doesn't always work, because those ports can be used as ephemeral ports. In other words, See https://www.rfc-editor.org/rfc/rfc6335.html section 8.1.2, specifically:
Here are two options:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have search the web says : <1024 is for core services. <49152 is reserved by IANA . So best choose between 49152 through 65535 ?
/home/btwl/.config/dfx/networks.json
Beta Was this translation helpful? Give feedback.
All reactions