Table of Contents

Class FluxzySharedSetting

Namespace
Fluxzy
Assembly
Fluxzy.Core.dll

Contains static low level settings for Fluxzy

public static class FluxzySharedSetting
Inheritance
FluxzySharedSetting
Inherited Members

Properties

DownStreamProviderReceiveTimeoutMilliseconds

public static int DownStreamProviderReceiveTimeoutMilliseconds { get; }

Property Value

int

MaxConnectionPerHost

Maximum number of connection per remote host

public static int MaxConnectionPerHost { get; set; }

Property Value

int

MaxProcessingBuffer

The maximum buffer size for request processing, above this value the connection will be abandoned

public static int MaxProcessingBuffer { get; }

Property Value

int

NoCacheOnFqdn

public static bool NoCacheOnFqdn { get; }

Property Value

bool

OverallMaxConcurrentConnections

The maximum number of concurrent connections allowed

public static int OverallMaxConcurrentConnections { get; }

Property Value

int

PcapEnhancedBlockMaxLength

Maximum length of an enhanced block in a pcapng file, default is 8KB

public static int PcapEnhancedBlockMaxLength { get; }

Property Value

int

ProxyAuthenticationMaxAttempt

Number of maximum attempt for proxy authentication before closing the connection

public static int ProxyAuthenticationMaxAttempt { get; set; }

Property Value

int

RawCaptureLingerDelayBeforeTearDownMillis

The delay in milliseconds before tearing down a raw capture connection after an explicit close

public static int RawCaptureLingerDelayBeforeTearDownMillis { get; set; }

Property Value

int

RequestProcessingBuffer

The buffer size used to process this request

public static int RequestProcessingBuffer { get; set; }

Property Value

int

RunningVersion

The running version of Fluxzy

public static string RunningVersion { get; }

Property Value

string

SkipCollectingEnvironmentInformation

When set to true, the proxy will not collect environment information on the archive file

public static bool SkipCollectingEnvironmentInformation { get; set; }

Property Value

bool

StackAllocThreshold

Fluxzy will use stackalloc for buffer allocation if the buffer size is less than this value. Can bet set by environment variable FLUXZY_STACK_ALLOC_THRESHOLD

public static int StackAllocThreshold { get; set; }

Property Value

int

Use528

If true, the proxy will use HTTP 528 to inform remote connection error, otherwise it will use HTTP 502

public static bool Use528 { get; set; }

Property Value

bool