30 Jun
2006
30 Jun
'06
2:11 p.m.
Dirk Engling wrote:
client->common.secured = ssl || (IPADDR_IS_V4(ip) && strncmp(addr, "127.", 4) == 0) ||
strlen(local_addr)) == 0) || (IPADDR_IS_V6(ip) && (strcmp(addr, "::1") == 0 || strncmp(addr, "::ffff:127.", 11) == 0));(IPADDR_IS_V4(ip) && strncmp(addr, local_addr,
Is there any portable way to test if the connection goes through the loopback interface?
Cheers, -jkt
-- cd /local/pub && more beer > /dev/mouth