-
Notifications
You must be signed in to change notification settings - Fork 6
Mockets Configuration
Mockets provides a number of configuration parameters that can be altered to change the runtime behavior of Mockets. These parameters are typically placed into a configuration file that is passed into the constructor of Mockets.
-
MTU The Maximum Transmission Unit that should be used (e.g., 1500). The default is 1450 and the maximum is 2048.
-
ConnectTimeout The length of time in milliseconds that Mockets should wait while establishing connections. If the connection is not established within this specified length of time, it will be aborted. The default value is 30000 ms (or 30 seconds).
-
UDPReceiveConnectionTimeout The length of time that the Mocket opening a connection will wait for a reply to a SYN before sending another SYN. The default value is 250 ms.
-
UDPReceiveTimeout
-
KeepAliveTimeout
-
InitialAssumedRTT
-
MaximumRTO
-
MinimumRTO
-
RTOFactor
-
MaximumWindowSize
-
SAckTransmitTimeout
-
TransmitRateLimit
-
EnableXMitLogging
-
EnableRecvLogging
-
UseBandwidthEstimation
-
UseCongestionControl
-
InitialAssumedBandwidth
-
UseTwoWayHandshake
-
TransmissionRateModulationInitialThreshold
-
FastRetransmit
-
UseReceiverSideBandwidthEstimation
-
DisableKeepAlive
-
DisableRetransmitCountFactorInRTO
-
RTOConstant
-
StatusNotificationAddress
-
LocalAddress