| Package | Description |
|---|---|
| com.vmware.nsx_global_policy.model |
| Modifier and Type | Method and Description |
|---|---|
ALBTCPProxyProfile.Builder |
ALBTCPProxyProfile.Builder.setAggressiveCongestionAvoidance(java.lang.Boolean aggressiveCongestionAvoidance)
Controls the our congestion window to send, normally it's 1 mss, If this option
is turned on, we use 10 msses.
|
ALBTCPProxyProfile.Builder |
ALBTCPProxyProfile.Builder.setAutomatic(java.lang.Boolean automatic)
Dynamically pick the relevant parameters for connections.
|
ALBTCPProxyProfile.Builder |
ALBTCPProxyProfile.Builder.setAutoWindowGrowth(java.lang.Boolean autoWindowGrowth)
Controls whether the windows are static or supports autogrowth.
|
ALBTCPProxyProfile.Builder |
ALBTCPProxyProfile.Builder.setCcAlgo(java.lang.String ccAlgo)
Possible values are:
ALBTCPProxyProfile.CC_ALGO_NEW_RENO
ALBTCPProxyProfile.CC_ALGO_CUBIC
ALBTCPProxyProfile.CC_ALGO_HTCP
Controls the congestion control algorithm we use. |
ALBTCPProxyProfile.Builder |
ALBTCPProxyProfile.Builder.setCongestionRecoveryScalingFactor(java.lang.Long congestionRecoveryScalingFactor)
Congestion window scaling factor after recovery.
|
ALBTCPProxyProfile.Builder |
ALBTCPProxyProfile.Builder.setIdleConnectionTimeout(java.lang.Long idleConnectionTimeout)
The duration for keepalive probes or session idle timeout.
|
ALBTCPProxyProfile.Builder |
ALBTCPProxyProfile.Builder.setIdleConnectionType(java.lang.String idleConnectionType)
Possible values are:
ALBTCPProxyProfile.IDLE_CONNECTION_TYPE_KEEP_ALIVE
ALBTCPProxyProfile.IDLE_CONNECTION_TYPE_CLOSE_IDLE
Controls the behavior of idle connections. |
ALBTCPProxyProfile.Builder |
ALBTCPProxyProfile.Builder.setIgnoreTimeWait(java.lang.Boolean ignoreTimeWait)
A new SYN is accepted from the same 4-tuple even if there is already a
connection in TIME_WAIT state.
|
ALBTCPProxyProfile.Builder |
ALBTCPProxyProfile.Builder.setIpDscp(java.lang.Long ipDscp)
Controls the value of the Differentiated Services Code Point field inserted in
the IP header.
|
ALBTCPProxyProfile.Builder |
ALBTCPProxyProfile.Builder.setKeepaliveInHalfcloseState(java.lang.Boolean keepaliveInHalfcloseState)
Controls whether to keep the connection alive with keepalive messages in the TCP
half close state.
|
ALBTCPProxyProfile.Builder |
ALBTCPProxyProfile.Builder.setMaxRetransmissions(java.lang.Long maxRetransmissions)
The number of attempts at retransmit before closing the connection.
|
ALBTCPProxyProfile.Builder |
ALBTCPProxyProfile.Builder.setMaxSegmentSize(java.lang.Long maxSegmentSize)
Maximum TCP segment size.
|
ALBTCPProxyProfile.Builder |
ALBTCPProxyProfile.Builder.setMaxSynRetransmissions(java.lang.Long maxSynRetransmissions)
The maximum number of attempts at retransmitting a SYN packet before giving up.
|
ALBTCPProxyProfile.Builder |
ALBTCPProxyProfile.Builder.setMinRexmtTimeout(java.lang.Long minRexmtTimeout)
The minimum wait time (in millisec) to retransmit packet.
|
ALBTCPProxyProfile.Builder |
ALBTCPProxyProfile.Builder.setNaglesAlgorithm(java.lang.Boolean naglesAlgorithm)
Consolidates small data packets to send clients fewer but larger packets.
|
ALBTCPProxyProfile.Builder |
ALBTCPProxyProfile.Builder.setReassemblyQueueSize(java.lang.Long reassemblyQueueSize)
Maximum number of TCP segments that can be queued for reassembly.
|
ALBTCPProxyProfile.Builder |
ALBTCPProxyProfile.Builder.setReceiveWindow(java.lang.Long receiveWindow)
Size of the receive window.
|
ALBTCPProxyProfile.Builder |
ALBTCPProxyProfile.Builder.setReorderThreshold(java.lang.Long reorderThreshold)
Controls the number of duplicate acks required to trigger retransmission.
|
ALBTCPProxyProfile.Builder |
ALBTCPProxyProfile.Builder.setSlowStartScalingFactor(java.lang.Long slowStartScalingFactor)
Congestion window scaling factor during slow start.
|
ALBTCPProxyProfile.Builder |
ALBTCPProxyProfile.Builder.setTimeWaitDelay(java.lang.Long timeWaitDelay)
The time (in millisec) to wait before closing a connection in the TIME_WAIT
state.
|
ALBTCPProxyProfile.Builder |
ALBTCPProxyProfile.Builder.setUseInterfaceMtu(java.lang.Boolean useInterfaceMtu)
Use the interface MTU to calculate the TCP max segment size.
|