* Track MAC addresses in the client cache (when we can find them); so if we have an expired cache entry, but the MAC hasn't changed, we can assume the original ID is still valid.
This commit is contained in:
@ -58,6 +58,7 @@ struct album_art_name_s {
|
||||
|
||||
struct client_cache_s {
|
||||
struct in_addr addr;
|
||||
unsigned char mac[6];
|
||||
enum client_types type;
|
||||
u_int32_t flags;
|
||||
time_t age;
|
||||
|
Reference in New Issue
Block a user