Enum SctpUnrecognisedParameterActions
The actions required for unrecognised parameters. The byte value corresponds to the highest order two bits of the parameter type value.
Namespace: SIPSorcery.Net
Assembly: SIPSorcery.dll
Syntax
public enum SctpUnrecognisedParameterActions : byte
Remarks
Fields
Name | Description |
---|---|
Skip | Skip this parameter and continue processing. |
SkipAndReport | Skip this parameter and continue processing but report the unrecognized parameter in an 'Unrecognized Parameter'. |
Stop | Stop processing this parameter; do not process any further parameters within this chunk. |
StopAndReport | Stop processing this parameter, do not process any further parameters within this chunk, and report the unrecognized parameter in an 'Unrecognized Parameter'. |