Home |
PPP Configuration Function xn_ipcp_want_compress Function xn_ipcp_want_dns_address |
PPP ConfigurationThe PPP module uses the following global constants which an application can modify at run-time before calling any PPP API functions: CFG_CHAP_REQ_TRYNumber of times to retry a CHAP challenge before giving up and shutting down the connection. The default value is 5. CFG_CHAP_TIMEOUTSeconds to wait for response before retrying the challenge. The default value is 3. CFG_IPCP_NAK_TRYNumber of times to suggest an alternative remote IP address before rejecting the request from the remote host. The default value is 10. CFG_IPCP_REQ_TRYNumber of times to request a local IP address. The default value is 20. CFG_IPCP_TERM_TRYNumber of times to request termination of IPCP before giving up. The default value is 10. CFG_IPCP_TIMEOUTNumber of seconds to wait for a response to a request or a terminate request before retrying. The default value is 3. CFG_LCP_MRU_HIMaximum MRU value to limit value from other side. Default is 4096 octets. CFG_LCP_MRU_LOMinimum MRU value to limit value from other side. Default is 128 octets. CFG_LCP_NAK_TRYNumber of times to suggest alternative LCP options before dropping the option. The default value is 10. CFG_LCP_REQ_TRYNumber of times to request LCP options, with no response from remote host, before giving up. The default value is 20. CFG_LCP_TERM_TRYNumber of times to request termination of the PPP connection before giving up. The default value is 10. CFG_LCP_TIMEOUTNumber of seconds to wait for a response to a request or a terminate request before retrying. The default value is 3 seconds. CFG_PAP_FAIL_MAXNumber of times to allow the remote host to attempt to log on before shutting down the PPP connection. The default value is 5. CFG_PAP_REQ_TRYNumber of times to attempt to log on to a remote host before shutting down the PPP connection. The default value is 100. CFG_PAP_TIMEOUTNumber of seconds to wait for a response from the remote host after sending a PAP request to log onto remote host before retrying. The default value is 3.
|