You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ran into this while experimenting with registering the resolver service port==0 (as a way to not occupy the port from the public address).
It appears that a port from the dynamic range is properly assigned by the dispatcher but that the registration of the SVC address fails with Cause=="zero port".
This is because the dynamically assigned port isn't passed to the service registration. The original port 0 is passed instead.
This looks like a bug: there is no obvious benefit to rejecting such a configuration and, for better or for worse. if I fix that, the resolver works just fine.
The text was updated successfully, but these errors were encountered:
jiceatscion
changed the title
Sevrice cannot listen on dynamically assigned port with Svc ID
Service cannot listen on dynamically assigned port with Svc ID
Aug 18, 2023
ran into this while experimenting with registering the resolver service port==0 (as a way to not occupy the port from the public address).
It appears that a port from the dynamic range is properly assigned by the dispatcher but that the registration of the SVC address fails with Cause=="zero port".
This is because the dynamically assigned port isn't passed to the service registration. The original port 0 is passed instead.
This looks like a bug: there is no obvious benefit to rejecting such a configuration and, for better or for worse. if I fix that, the resolver works just fine.
The text was updated successfully, but these errors were encountered: