📄 pac.xml.svn-base
字号:
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE pana_configuration SYSTEM "config.dtd"><pana_configuration> <general> <!-- UDP port that the PaC will listen to for PAA messages. Note that this does not bind to any address or interface so it will receive Pac messages on any interface --> <listen_port>3002</listen_port> <!-- Filename of the parser dictionary --> <dictionary_filename>config/dictionary.xml</dictionary_filename> <!-- Configurable retransmission parameters as specified in the PANA draft. See Sec 10 of the draft for rules govering message retranmission --> <retransmission_param> <!-- Initial retransmission timeout --> <initial_rt_timeout>10</initial_rt_timeout> <!-- Maximum retransmission count --> <max_rt_count>3</max_rt_count> <!-- Maximum retransmission timeout --> <max_rt_timeout>5</max_rt_timeout> <!-- Maximum retransmission duration --> <max_rt_duration>360</max_rt_duration> </retransmission_param> <!-- WPA (802.11i) bootstrap support A 256-bit PMK key will be generated during the Authorize method (and passed to authorization script) when this option is enabled. --> <wpa_bootstrap>1</wpa_bootstrap> <!-- Session lifetime enforces when this PANA session will end. Note that this can controls the deletion of the PANA session whether the session was auth successfully or not --> <session_lifetime>360</session_lifetime> </general> <client> <!-- Pre-configure IP address or hostname of the PAA. Note that the library automatically detects whether your are going to use IPv6 or IPv4 based on this address --> <paa_ip_address>localhost</paa_ip_address> <!-- PAA port number used in conjuction with paa_ip_address --> <paa_port_number>3001</paa_port_number> <!-- eap response timeout. Number of seconds the EAP layer is allowed to send an EAP response before an EAP_RESP_TIMEOUT event occurs --> <eap_response_timeout>3</eap_response_timeout> <!-- Controls wether EAP payload will be sent in the PANA-Auth-Answer message during auth phase --> <eap_piggyback>0</eap_piggyback> </client></pana_configuration>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -