public class CubicCongestionControlSupplier extends java.lang.Object implements CongestionControlSupplier
Constructor and Description |
---|
CubicCongestionControlSupplier() |
Modifier and Type | Method and Description |
---|---|
CongestionControl |
newInstance(long registrationId,
UdpChannel udpChannel,
int streamId,
int sessionId,
int termLength,
int senderMtuLength,
org.agrona.concurrent.NanoClock clock,
MediaDriver.Context context,
org.agrona.concurrent.status.CountersManager countersManager)
Return a new
CongestionControl instance. |
public CongestionControl newInstance(long registrationId, UdpChannel udpChannel, int streamId, int sessionId, int termLength, int senderMtuLength, org.agrona.concurrent.NanoClock clock, MediaDriver.Context context, org.agrona.concurrent.status.CountersManager countersManager)
CongestionControlSupplier
CongestionControl
instance.newInstance
in interface CongestionControlSupplier
registrationId
- for the instance.udpChannel
- for the instance.streamId
- for the instance.sessionId
- for the instance.termLength
- for the instance.senderMtuLength
- for the instance.clock
- for the instance.context
- for the instance.countersManager
- for the instance.Copyright © 2014-2018 Real Logic Ltd. All Rights Reserved.