- (long long) advertisedReceiverWindowCredit |
- (int) associationPmtu |
- (FMLiveSwitchSctpAuthenticatedChunksParameters*) authenticatedChunksSupport |
- (long long) congestionWindow |
- (bool) cookieAckSent |
- (FMLiveSwitchSctpDynamicAddressReconfigurationSupportParameters*) dynamicAddressReconfigurationSupport |
- (long long) earliestAllowedRetransmissionTime |
- (long long) earliestAllowedSackSendTime |
- (bool) extraPacketInFlight |
- (FMLiveSwitchSctpSackChunk*) freshestReceivedSack |
- (FMLiveSwitchSctpStateCookie*) getNewCookie |
- (long long) greatestCumulativeTsnReceived |
- (long long) greatestReceivedTsn |
+ (int) initRetrasmitLifetime |
- (instancetype) initWithCookie: | (FMLiveSwitchSctpStateCookie *) | cookie |
- (instancetype) initWithMyVerificationTag: | (long long) | myVerificationTag | |
peerVerificationTag: | (long long) | peerVerificationTag | |
peerReceiverWindowCredit: | (long long) | peerReceiverWindowCredit | |
lastReceivedTsnFromPeer: | (long long) | lastReceivedTsnFromPeer | |
numOutboundStreams: | (int) | numOutboundStreams | |
secretKey: | (FMLiveSwitchDataBuffer *) | secretKey | |
- (instancetype) initWithOc: | (int) | oc | |
ic: | (int) | ic | |
a_rwnd: | (long long) | a_rwnd | |
- (NSDate*) lastSentTime |
- (long long) maximumStaticCongestionWindow |
- (FMLiveSwitchSctpForwardTsnChunk*) mostRecentOutgoingForwardTsnChunk |
- (long long) myVerificationTag |
- (long long) nextTsnToSend |
- (int) numberOfDuplicateForwardTsnRequests |
- (int) overallErrorCount |
- (int) overallErrorThreshold |
- (long long) partialBytesAcked |
- (FMLiveSwitchSctpPartialReliabilitySupportParameters*) partialReliabilitySupport |
- (long long) peerReceiverWindowCredit |
- (long long) peerVerificationTag |
- (bool) remoteLikelyInConnectedState |
- (void) resetAssociationState |
- (long long) retransmissionTimeout |
- (long long) roundTripTimeVariation |
- (int) rtoPending |
- (int) sackCounter |
- (FMLiveSwitchDataBuffer*) secretKeyForCookie |
- (FMLiveSwitchScheduledItem*) sendForwardTsnScheduledItem |
- (void) setAdvertisedReceiverWindowCredit: | (long long) | value |
- (void) setAssociationPmtu: | (int) | value |
- (void) setAuthenticatedChunksSupport: | (FMLiveSwitchSctpAuthenticatedChunksParameters *) | value |
- (void) setCongestionWindow: | (long long) | value |
- (void) setCookieAckSent: | (bool) | value |
- (void) setDynamicAddressReconfigurationSupport: | (FMLiveSwitchSctpDynamicAddressReconfigurationSupportParameters *) | value |
- (void) setEarliestAllowedRetransmissionTime: | (long long) | value |
- (void) setEarliestAllowedSackSendTime: | (long long) | value |
- (void) setExtraPacketInFlight: | (bool) | value |
- (void) setFreshestReceivedSack: | (FMLiveSwitchSctpSackChunk *) | value |
- (void) setGreatestCumulativeTsnReceived: | (long long) | value |
- (void) setGreatestReceivedTsn: | (long long) | value |
+ (void) setInitRetrasmitLifetime: | (int) | value |
- (void) setLastSentTime: | (NSDate *) | value |
- (void) setMaximumStaticCongestionWindow: | (long long) | value |
- (void) setMostRecentOutgoingForwardTsnChunk: | (FMLiveSwitchSctpForwardTsnChunk *) | value |
- (void) setMyVerificationTag: | (long long) | value |
- (void) setNextTsnToSend: | (long long) | value |
- (void) setNumberOfDuplicateForwardTsnRequests: | (int) | value |
- (void) setOverallErrorCount: | (int) | value |
- (void) setOverallErrorThreshold: | (int) | value |
- (void) setPartialBytesAcked: | (long long) | value |
- (void) setPartialReliabilitySupport: | (FMLiveSwitchSctpPartialReliabilitySupportParameters *) | value |
- (void) setPeerReceiverWindowCredit: | (long long) | value |
- (void) setPeerVerificationTag: | (long long) | value |
- (void) setRemoteLikelyInConnectedState: | (bool) | value |
- (void) setRetransmissionTimeout: | (long long) | value |
- (void) setRoundTripTimeVariation: | (long long) | value |
- (void) setRtoPending: | (int) | value |
- (void) setSackCounter: | (int) | value |
- (void) setSendForwardTsnScheduledItem: | (FMLiveSwitchScheduledItem *) | value |
- (void) setSmoothedRoundTripTime: | (long long) | value |
- (void) setSsThresh: | (long long) | value |
- (void) setState: | (FMLiveSwitchSctpTcbState) | value |
- (long long) smoothedRoundTripTime |
- (long long) ssThresh |
- (FMLiveSwitchSctpTcbState) state |
+ (FMLiveSwitchSctpTransmissionControlBlock*) transmissionControlBlockWithCookie: | (FMLiveSwitchSctpStateCookie *) | cookie |
+ (FMLiveSwitchSctpTransmissionControlBlock*) transmissionControlBlockWithMyVerificationTag: | (long long) | myVerificationTag | |
peerVerificationTag: | (long long) | peerVerificationTag | |
peerReceiverWindowCredit: | (long long) | peerReceiverWindowCredit | |
lastReceivedTsnFromPeer: | (long long) | lastReceivedTsnFromPeer | |
numOutboundStreams: | (int) | numOutboundStreams | |
secretKey: | (FMLiveSwitchDataBuffer *) | secretKey | |
+ (FMLiveSwitchSctpTransmissionControlBlock*) transmissionControlBlockWithOc: | (int) | oc | |
ic: | (int) | ic | |
a_rwnd: | (long long) | a_rwnd | |