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
MaxConnectionPerHost
Maximum number of connection per remote host
public static int MaxConnectionPerHost { get; set; }
Property Value
MaxProcessingBuffer
The maximum buffer size for request processing, above this value the connection will be abandoned
public static int MaxProcessingBuffer { get; }
Property Value
NoCacheOnFqdn
public static bool NoCacheOnFqdn { get; }
Property Value
OverallMaxConcurrentConnections
The maximum number of concurrent connections allowed
public static int OverallMaxConcurrentConnections { get; }
Property Value
PcapEnhancedBlockMaxLength
Maximum length of an enhanced block in a pcapng file, default is 8KB
public static int PcapEnhancedBlockMaxLength { get; }
Property Value
ProxyAuthenticationMaxAttempt
Number of maximum attempt for proxy authentication before closing the connection
public static int ProxyAuthenticationMaxAttempt { get; set; }
Property Value
RawCaptureLingerDelayBeforeTearDownMillis
The delay in milliseconds before tearing down a raw capture connection after an explicit close
public static int RawCaptureLingerDelayBeforeTearDownMillis { get; set; }
Property Value
RequestProcessingBuffer
The buffer size used to process this request
public static int RequestProcessingBuffer { get; set; }
Property Value
RunningVersion
The running version of Fluxzy
public static string RunningVersion { get; }
Property Value
SkipCollectingEnvironmentInformation
When set to true, the proxy will not collect environment information on the archive file
public static bool SkipCollectingEnvironmentInformation { get; set; }
Property Value
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
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; }