diff options
Diffstat (limited to 'src/common/compat.h')
-rw-r--r-- | src/common/compat.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/compat.h b/src/common/compat.h index 0d6fd87dde..3ac38d7dac 100644 --- a/src/common/compat.h +++ b/src/common/compat.h @@ -331,7 +331,8 @@ struct sockaddr_in6 { typedef uint8_t maskbits_t; struct in_addr; -/** DOCDOC */ +/** Holds an IPv4 or IPv6 address. (Uses less memory than struct + * sockaddr_storage.) */ typedef struct tor_addr_t { sa_family_t family; |