Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.420 (Entity 5.420) Subject: more cleanup needed on routing-socket code X-RT-Original-Encoding: iso-8859-1 Content-Length: 399 Revision 20552 reduces the buffer space needed. Still to do: Don't monitor IPv6 routing changes if we have IPV6_PKTINFO support. Don't monitor routing changes at all if we have IPV6_PKTINFO and IP_PKTINFO support. Only close down sockets on addresses we no longer have; only set up new sockets on addresses we didn't have before. Log a warning if we don't have struct rt_msghdr nor IP_PKTINFO.