Some priority setting (testing)
FossilOrigin-Name: cad33bd1f40089cbe85de6191ae1722b41c5fc19f11abf36e7e10ef18625fe6f
This commit is contained in:
parent
0919d85456
commit
cbc643b4e5
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user