The keep alive feature periodically sends the a small amount of data to keep the cell connection up. If the connection fails, the ppp link is restarted. If you take different actions based on the ppp status (e.g. storing more data) then you should keep checking. If the only action you’re taking is to reset the ppp link, then you can rely on the built in keep alive feature to do that.
↧