|
March 27, 2018, 05:12:55 AM |
|
What has privilege?
If static const char *strMainNetDNSSeed[][2] = { {"xxxx.com", "175.111.22.333"},,,}
and there is unsigned int pnSeed[] = { 0x38a9b992, 0x73d4f3a2,,,,,,,,,,,, }
Then what has privilege to other?
strMainNetDNSSeed is applied first, and then if this is none or have problem to get IP address to connect,
then
pnSeed[]'s ip address will be applied?
or?
|