tfLqmGetPeerLqrTimerPeriod

Jump to: navigation, search

Table of Contents >> Optional Protocols >> PPP Interface


#include <trsocket.h>


int tfLqmGetPeerLqrTimerPeriod (ttUserInterface interfaceHandle);


Function Description

This function returns the negotiated period of the peer's LQR timer (in milliseconds), or 0 if the peer isn'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 the peer does not use a LQR timer.
  • (Other)
    The negotiated period (in milliseconds) of the peer's LQR timer.


Table of Contents >> Optional Protocols >> PPP Interface