#include <SCTPAssociation.h>
Public Attributes | |
void(SCTPAssociation::* | ccInitParams )(SCTPPathVariables *path) |
void(SCTPAssociation::* | ccUpdateAfterSack )(bool rtxNecessary, SCTPPathVariables *path) |
void(SCTPAssociation::* | ccUpdateAfterCwndTimeout )(SCTPPathVariables *path) |
void(SCTPAssociation::* | ccUpdateAfterRtxTimeout )(SCTPPathVariables *path) |
void(SCTPAssociation::* | ccUpdateMaxBurst )(SCTPPathVariables *path) |
void(SCTPAssociation::* | ccUpdateBytesAcked )(uint32 ackedBytes, uint32 osb, bool ctsnaAdvanced, IPvXAddress pathId, uint32 pathOsb, uint32 newOsb) |
void(SCTPAssociation::* SCTPAssociation::congestionControlFunctions::ccInitParams)(SCTPPathVariables *path) |
Referenced by SCTPAssociation::stateEntered().
void(SCTPAssociation::* SCTPAssociation::congestionControlFunctions::ccUpdateAfterSack)(bool rtxNecessary, SCTPPathVariables *path) |
Referenced by SCTPAssociation::processSackArrived(), and SCTPAssociation::stateEntered().
void(SCTPAssociation::* SCTPAssociation::congestionControlFunctions::ccUpdateAfterCwndTimeout)(SCTPPathVariables *path) |
Referenced by SCTPAssociation::processTimer(), and SCTPAssociation::stateEntered().
void(SCTPAssociation::* SCTPAssociation::congestionControlFunctions::ccUpdateAfterRtxTimeout)(SCTPPathVariables *path) |
Referenced by SCTPAssociation::process_TIMEOUT_RTX(), and SCTPAssociation::stateEntered().
void(SCTPAssociation::* SCTPAssociation::congestionControlFunctions::ccUpdateMaxBurst)(SCTPPathVariables *path) |
Referenced by SCTPAssociation::stateEntered().
void(SCTPAssociation::* SCTPAssociation::congestionControlFunctions::ccUpdateBytesAcked)(uint32 ackedBytes, uint32 osb, bool ctsnaAdvanced, IPvXAddress pathId, uint32 pathOsb, uint32 newOsb) |
Referenced by SCTPAssociation::processSackArrived(), and SCTPAssociation::stateEntered().