- Global time_t now, so that we don't have to call time() too often.
authorGuus Sliepen <guus@tinc-vpn.org>
Fri, 1 Mar 2002 14:09:31 +0000 (14:09 +0000)
committerGuus Sliepen <guus@tinc-vpn.org>
Fri, 1 Mar 2002 14:09:31 +0000 (14:09 +0000)
commit14979f835df4214a7c2510852f7ffedc9e08c2c0
treef511a0cf8ae903f86e9afa0cf78635c305ad4218
parent7496ecc45ab6205bcce4e576c23b9afb52004e39
- Global time_t now, so that we don't have to call time() too often.
- MAC addresses expire after a time configurable by MACExpire (default 600
  seconds)
src/event.c
src/meta.c
src/net.c
src/net.h
src/net_packet.c
src/net_setup.c
src/net_socket.c
src/protocol_misc.c
src/route.c
src/route.h
src/subnet.h