|
mptcpd
Multipath TCP Daemon
|
Hash key information. More...
#include <hash_sockaddr.h>
Public Attributes | |
| struct sockaddr const * | sa |
| IP address to be hashed. | |
| uint32_t | seed |
| Hash algorithm (MurmurHash3) seed. | |
Hash key information.
Bundle the values needed to generate a hash value based on an IP address (struct sockaddr) using the MurmurHash3 algorithm.