Instance Methods | |
| (void) | - allDataAcknowledged | 
| (long long) | - bytesInFlight | 
| (bool) | - canSendData | 
| (void) | - enterFastRecoveryWithExitTsn: | 
| (long long) | - fastRecoveryExitTsn | 
| (void) | - initialize | 
| (instancetype) | - initWithRelatedTransmissionControlBlock: | 
| (bool) | - isInFastRecoveryMode | 
| (FMLiveSwitchSctpCongestionControlPhase) | - phase | 
| (FMLiveSwitchSctpTransmissionControlBlock *) | - relatedTransmissionControlBlock | 
| (void) | - retransmissionTimerHasExpired | 
| (void) | - setRelatedTransmissionControlBlock: | 
| (void) | - updateBytesInFlightWithNumBytes: | 
| (void) | - updateCongestionControlParametersWithNewSack:newlyAckedBytes: | 
Class Methods | |
| (FMLiveSwitchSctpCongestionControlManager *) | + congestionControlManagerWithRelatedTransmissionControlBlock: | 
| - (void) allDataAcknowledged | 
| - (long long) bytesInFlight | 
| - (bool) canSendData | 
| + (FMLiveSwitchSctpCongestionControlManager*) congestionControlManagerWithRelatedTransmissionControlBlock: | (FMLiveSwitchSctpTransmissionControlBlock *) | relatedTransmissionControlBlock | 
| - (void) enterFastRecoveryWithExitTsn: | (long long) | exitTsn | 
| - (long long) fastRecoveryExitTsn | 
| - (void) initialize | 
| - (instancetype) initWithRelatedTransmissionControlBlock: | (FMLiveSwitchSctpTransmissionControlBlock *) | relatedTransmissionControlBlock | 
| - (bool) isInFastRecoveryMode | 
| - (FMLiveSwitchSctpCongestionControlPhase) phase | 
| - (FMLiveSwitchSctpTransmissionControlBlock*) relatedTransmissionControlBlock | 
| - (void) retransmissionTimerHasExpired | 
| - (void) setRelatedTransmissionControlBlock: | (FMLiveSwitchSctpTransmissionControlBlock *) | value | 
| - (void) updateBytesInFlightWithNumBytes: | (long long) | numBytes | 
| - (void) updateCongestionControlParametersWithNewSack: | (FMLiveSwitchSctpSackChunk *) | newSack | |
| newlyAckedBytes: | (long long) | newlyAckedBytes | |