tfLqmGetLocalLqrTimerPeriod

Jump to: navigation, search

Table of Contents >> Optional Protocols >> PPP Interface


#include <trsocket.h>


int tfLqmGetLocalLqrTimerPeriod (ttUserInterface interfaceHandle);


Function Description

This function returns the negotiated period of our local LQR timer (in milliseconds), or 0 if we aren't using a LQR timer.


Parameters

  • interfaceHandle
    The PPP interface handle as returned by tfAddInterface().


Returns

  • 0
    Either LQM is disabled on the link, or we do not use a LQR timer.
  • (Other)
    The negotiated period (in milliseconds) of our local LQR timer. This will not be the same as the current LQR timer period if you have called tfLqmSetLqrTimerPeriod() to change the LQR timer period.


Table of Contents >> Optional Protocols >> PPP Interface