This is from src/comm.c on squid-2.HEAD in commResetFD():
statCounter.syscalls.sock.sockets++;
fd2 = socket(AF_INET, SOCK_STREAM, 0);
statCounter.syscalls.sock.sockets++;Is there a reason for the statistics to be double-incremented? Adrian
