INET Framework for OMNeT++/OMNEST
inet::sctp::SCTPAssociation::congestionControlFunctions Struct Reference

Public Attributes

void(SCTPAssociation::* ccInitParams )(SCTPPathVariables *path)
 
void(SCTPAssociation::* ccUpdateBeforeSack )()
 
void(SCTPAssociation::* ccUpdateAfterSack )()
 
void(SCTPAssociation::* ccUpdateAfterCwndTimeout )(SCTPPathVariables *path)
 
void(SCTPAssociation::* ccUpdateAfterRtxTimeout )(SCTPPathVariables *path)
 
void(SCTPAssociation::* ccUpdateMaxBurst )(SCTPPathVariables *path)
 
void(SCTPAssociation::* ccUpdateBytesAcked )(SCTPPathVariables *path, const uint32 ackedBytes, const bool ctsnaAdvanced)
 

Member Data Documentation

void(SCTPAssociation::* inet::sctp::SCTPAssociation::congestionControlFunctions::ccInitParams) (SCTPPathVariables *path)
void(SCTPAssociation::* inet::sctp::SCTPAssociation::congestionControlFunctions::ccUpdateAfterCwndTimeout) (SCTPPathVariables *path)
void(SCTPAssociation::* inet::sctp::SCTPAssociation::congestionControlFunctions::ccUpdateAfterRtxTimeout) (SCTPPathVariables *path)
void(SCTPAssociation::* inet::sctp::SCTPAssociation::congestionControlFunctions::ccUpdateAfterSack) ()
void(SCTPAssociation::* inet::sctp::SCTPAssociation::congestionControlFunctions::ccUpdateBeforeSack) ()
void(SCTPAssociation::* inet::sctp::SCTPAssociation::congestionControlFunctions::ccUpdateBytesAcked) (SCTPPathVariables *path, const uint32 ackedBytes, const bool ctsnaAdvanced)
void(SCTPAssociation::* inet::sctp::SCTPAssociation::congestionControlFunctions::ccUpdateMaxBurst) (SCTPPathVariables *path)

The documentation for this struct was generated from the following file: