Class RaftCluster.BuiltInTransportConfiguration
Provides configuration of cluster node whose communication is based on network transport implemented by .NEXT library.
Inheritance
RaftCluster.BuiltInTransportConfiguration
Implements
Inherited Members
Namespace: DotNext.Net.Cluster.Consensus.Raft
Assembly: DotNext.Net.Cluster.dll
Syntax
public abstract class RaftCluster.BuiltInTransportConfiguration : RaftCluster.NodeConfiguration, IClusterMemberConfiguration
Properties
| Edit this page View SourceHostEndPoint
Gets the address used for hosting local member.
Declaration
public override sealed IPEndPoint HostEndPoint { get; }
Property Value
Type | Description |
---|---|
IPEndPoint |
Overrides
| Edit this page View SourceServerBacklog
Gets or sets the maximum number of parallel requests that can be handled simultaneously.
Declaration
public int ServerBacklog { get; set; }
Property Value
Type | Description |
---|---|
int |
Remarks
By default, it is 10.
Exceptions
Type | Condition |
---|---|
ArgumentOutOfRangeException | Supplied value is equal to or less than zero. |
TimeToLive
Gets or sets a value that specifies the Time To Live (TTL) value of Internet Protocol (IP) packets.
Declaration
public byte TimeToLive { get; set; }
Property Value
Type | Description |
---|---|
byte |