Cache network interface information
commit3a2c02424d9824f5cdea4ebd32ff929b2b1f49c6
authorUlrich Drepper <drepper@gmail.com>
Mon, 31 Oct 2011 05:51:16 +0000 (31 01:51 -0400)
committerUlrich Drepper <drepper@gmail.com>
Mon, 31 Oct 2011 05:51:16 +0000 (31 01:51 -0400)
treede7827ff96076cb4d181ed781c418601906fa772
parent636064eb4c03397c86aa26e489e68f952bd5e53f
Cache network interface information

Whenever getaddrinfo needed network interface information it used the
netlink interface to read the information every single time.  The
problem is that this information can change at any time.

The patch implements monitoring of the network interfaces through
nscd.  If no change is detected the previously read information can
be reused (which is the norm).  This timestamp information is also
made available to other processes using the shared memory segment
between nscd and those processes.
ChangeLog
include/ifaddrs.h
inet/check_pf.c
nscd/connections.c
nscd/nscd-client.h
nscd/nscd_gethst_r.c
nscd/nscd_helper.c
sysdeps/posix/getaddrinfo.c
sysdeps/unix/sysv/linux/Makefile
sysdeps/unix/sysv/linux/check_pf.c