Some priority setting (testing)

FossilOrigin-Name: cad33bd1f40089cbe85de6191ae1722b41c5fc19f11abf36e7e10ef18625fe6f
This commit is contained in:
7u83@mail.ru 2016-03-06 11:24:22 +00:00
parent 0919d85456
commit cbc643b4e5
1 changed files with 4 additions and 1 deletions

View File

@ -43,7 +43,10 @@ cw_aciplist_t get_aciplist()
continue;
sock_copyaddr(&acip->ip,(struct sockaddr*)&sa);
acip->wtp_count=13;
if (acip->ip.ss_family == AF_INET)
acip->wtp_count=11;
else
acip->wtp_count=3;
// printf ("Adding IP %s\n",sock_addr2str(&acip->ip));