Home
last modified time | relevance | path

Searched refs:P2P_PEER_EXPIRATION_AGE (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/wpa/src/p2p/
HDp2p.c47 #ifndef P2P_PEER_EXPIRATION_AGE
48 #define P2P_PEER_EXPIRATION_AGE 60 macro
60 if (dev->last_seen.sec + P2P_PEER_EXPIRATION_AGE >= now.sec) in p2p_expire_peers()