+ int nbudpfd; // number UDP file handle
+ int nbmultiaddress; // number multi address to bind
+ int indexlacudpfd; // Index UDP LAC file handle (in udpfd[])
+ int nbmultihostname; // number hostname, normally the same number as the nbudpfd
+ int no_throttle_local_IP; // no throttle traffic from session to session
+ in_addr_t bind_n_address[MAX_BINDADDR];
+ in_addr_t iftun_n_address[MAX_BINDADDR];
+ char bind_multi_address[256];
+ char multi_hostname[512];
+ char multi_n_hostname[MAX_NBHOSTNAME][MAXHOSTNAME]; // list hostname
+ struct in6_addr default_ipv6_dns1;
+ struct in6_addr default_ipv6_dns2;
+ uint32_t dhcp6_preferred_lifetime; // preferred lifetime (see rfc3315)
+ uint32_t dhcp6_valid_lifetime; // valid lifetime (see rfc3315)
+ uint32_t dhcp6_server_duid; // DUID of dhcpv6 server (see rfc3315)
+ uint32_t dns6_lifetime; // RDNSS lifetime default 1200 (see rfc6106, rfc4861) (MaxRtrAdvInterval <= Lifetime <= 2*MaxRtrAdvInterval)
+ char default_ipv6_domain_list[255];