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
Is your feature request related to a problem? Please describe.
Erlang diameter application fail with {error,eprotonosupport} on many Linux distributions.
This is due to missing SCTP.
It has to be added to the base.
Describe the solution you'd like
If SCTP is missing when building Erlang/OTP I would like diameter to get the same kind of APPLICATIONS DISABLED that I get for jinterface and odbc.
Describe alternatives you've considered
Since a Diameter client is allowed to not support SCTP, it could be that only the Erlang diameter server is disabled, but I think that is too complex and rarely needed.
The text was updated successfully, but these errors were encountered:
The use of SCTP as a transport is optional, so building diameter should not fail just because SCTP is missing.
Maybe we could add a warning, indicating that diameter server will not function properly (without SCTP).
Is your feature request related to a problem? Please describe.
Erlang diameter application fail with {error,eprotonosupport} on many Linux distributions.
This is due to missing SCTP.
It has to be added to the base.
Describe the solution you'd like
If SCTP is missing when building Erlang/OTP I would like diameter to get the same kind of APPLICATIONS DISABLED that I get for jinterface and odbc.
Describe alternatives you've considered
Since a Diameter client is allowed to not support SCTP, it could be that only the Erlang diameter server is disabled, but I think that is too complex and rarely needed.
The text was updated successfully, but these errors were encountered: