FMLiveSwitchSctpReceiveMessageTracker Class Reference

Instance Methods

(NSMutableArray< NSMutableArray * > *) - getRaisableMessagesWithCumulativeTsn:gapAckBlocks:
 
(instancetype) - initWithTransmissionControlBlock:
 
(void) - trackWithChunk:
 

Class Methods

(FMLiveSwitchSctpReceiveMessageTracker *) + receiveMessageTrackerWithTransmissionControlBlock:
 

Method Documentation

◆ getRaisableMessagesWithCumulativeTsn:gapAckBlocks:

- (NSMutableArray<NSMutableArray*>*) getRaisableMessagesWithCumulativeTsn: (long long)  cumulativeTsn
gapAckBlocks: (NSMutableArray< FMLiveSwitchSctpGapAckBlock * > *)  gapAckBlocks 

◆ initWithTransmissionControlBlock:

- (instancetype) initWithTransmissionControlBlock: (FMLiveSwitchSctpTransmissionControlBlock *)  transmissionControlBlock

◆ receiveMessageTrackerWithTransmissionControlBlock:

+ (FMLiveSwitchSctpReceiveMessageTracker*) receiveMessageTrackerWithTransmissionControlBlock: (FMLiveSwitchSctpTransmissionControlBlock *)  transmissionControlBlock

◆ trackWithChunk:

- (void) trackWithChunk: (FMLiveSwitchSctpDataChunk *)  chunk