Search Results for

    Show / Hide Table of Contents

    Class AllocationMismatchError

    437 Allocation Mismatch. RFC 5766. This indicates that the client has picked a 5-tuple that the server sees as already in use.
    One way this could happen is if an intervening NAT assigned a mapped transport address that was used by another client that recently crashed. The client considers the current transaction as having failed. The client SHOULD pick another client transport address and retry the Allocate request (using a different transaction id). The client SHOULD try three different client transport addresses before giving up on this server.Once the client gives up on the server, it SHOULD NOT try to create another allocation on the server for 2 minutes.

    Inheritance
    System.Object
    Error
    Error
    AllocationMismatchError
    Inherited Members
    Error.StunErrorCode
    Error.StunCode
    Error.CreateStunError(Int32, Message)
    Error.ErrorCode
    Error.Code
    Error.CodeValue
    Error.Exception
    Error.Message
    Error.ToString()
    Error.ToJson()
    Error.ToJson(Error)
    Error.FromJson(String)
    Namespace: FM.LiveSwitch.Stun.Turn
    Assembly: FM.LiveSwitch.dll
    Syntax
    public class AllocationMismatchError : Error

    Constructors

    AllocationMismatchError()

    Initializes a new instance of the AllocationMismatchError class.

    Declaration
    public AllocationMismatchError()

    AllocationMismatchError(String)

    Initializes a new instance of the AllocationMismatchError class.

    Declaration
    public AllocationMismatchError(string message)
    Parameters
    Type Name Description
    System.String message

    The message.

    Methods

    GetDescription()

    Gets the description for this Error.

    Declaration
    public override string GetDescription()
    Returns
    Type Description
    System.String
    Overrides
    Error.GetDescription()
    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0