linklayerprotocols/pppnif/data/pppd.ini
changeset 0 af10295192d8
child 6 c64cefac6e99
equal deleted inserted replaced
-1:000000000000 0:af10295192d8
       
     1 ; This file is read by PPP when configured for server mode
       
     2 ; i.e. ISP_IF_SERVER_MODE is TRUE
       
     3 
       
     4 [lcp]
       
     5 ; These entries affect all of LCP, CCP, IPCP and IPV6CP
       
     6 ; Set to 1 to read the following entry
       
     7 PPPEnableMaxFailure= 0
       
     8 ; Number of NAKs to receive before rejecting an option
       
     9 PPPMaxFailureCount= 5
       
    10 ; Set to 1 to read the following entry
       
    11 PPPEnableMaxRestart= 0
       
    12 ; Number of Configure-Request packets to send without getting a valid response
       
    13 PPPMaxRestartCount= 10
       
    14 ; Set to 1 to read the following entry
       
    15 PPPEnableRestartTimer= 0
       
    16 ; Timeout period in milliseconds
       
    17 PPPRestartPeriod= 3000
       
    18 ; Set to 1 to enable sending Terminate Request per RFC 1661
       
    19 PPPEnableTerminateRequest= 1
       
    20 ; Set to 1 to read the following entry
       
    21 PPPEnableMaxTerminateRequest= 1
       
    22 ; Number of Terminate Requests to be sent
       
    23 PPPMaxTerminateRequestCount= 2
       
    24 ; Set to 1 to read the following entry
       
    25 PPPEnableTerminateRequestTimer= 1
       
    26 ; Time to Terminate Request retransmission in milliseconds
       
    27 PPPTerminateRequestPeriod= 3000
       
    28 ; Set to 1 to enable sending Terminate Ack per RFC 1661
       
    29 PPPEnableTerminateAck= 1
       
    30 ; Set to 1 to read the following entry
       
    31 PPPEnableTerminateAckTimer= 1
       
    32 ; Terminate Ack timeout in milliseconds
       
    33 PPPTerminateAckPeriod= 3500
       
    34 
       
    35 [link]
       
    36 ; Send buffer low water mark below which flow is turned on
       
    37 LoMark= 16
       
    38 ; Send buffer high water mark above which flow is turned off
       
    39 HiMark= 32
       
    40 ; Set to 1 to read the following entry
       
    41 PPPEnableAccm= 0
       
    42 ; Negotiate this value for ACCM (XON/XOFF are added to this, if necessary)
       
    43 PPPAccm= 0
       
    44 ; Set to 1 to read the following entry
       
    45 PPPEnableMru= 0
       
    46 ; Negotiate this value for MRU (0=default)
       
    47 PPPMru= 0
       
    48 
       
    49 [link::comm::0]
       
    50 ; These entries are only valid on ports matching the section name
       
    51 ; and override the values in the [link] section.
       
    52 ; Send buffer low water mark below which flow is turned on
       
    53 LoMark= 16
       
    54 ; Send buffer high water mark above which flow is turned off
       
    55 HiMark= 32
       
    56 
       
    57 [lrd]
       
    58 ; Set to 1 to read the following entry
       
    59 PPPEnableLRD= 0
       
    60 ; Time between LCP echo requests in seconds
       
    61 PPPLRDPeriod= 10
       
    62 
       
    63 [log]
       
    64 ; These entries are only valid in debug builds
       
    65 ; Debug log level (0..5)
       
    66 level= 1
       
    67 ; Format of binary log file (0=pppdump format)
       
    68 logFormat= 0
       
    69 ; Type of packets to log (0=log all)
       
    70 linkFormat= 0