diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-08-04 15:27:20 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-08-04 15:27:20 -0700 |
commit | 4d9b74b171d243abe2d2d6a0039865ece8a4a00c (patch) | |
tree | a1ba2337be3f3afbab083a83ff09541cfd1f8019 /include | |
parent | 37d139177dfdc6a0cf44f964a315184fca3fc3bd (diff) | |
download | infinitytier-4d9b74b171d243abe2d2d6a0039865ece8a4a00c.tar.gz infinitytier-4d9b74b171d243abe2d2d6a0039865ece8a4a00c.zip |
.
Diffstat (limited to 'include')
-rw-r--r-- | include/ZeroTierOne.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/ZeroTierOne.h b/include/ZeroTierOne.h index 88e83a6e..2a70417e 100644 --- a/include/ZeroTierOne.h +++ b/include/ZeroTierOne.h @@ -165,6 +165,11 @@ extern "C" { #define ZT_CLUSTER_MAX_MESSAGE_LENGTH (1500 - 48) /** + * Packet characteristics flag: packet direction, 1 for incoming 0 for outgoing + */ +#define ZT_RULE_PACKET_CHARACTERISTICS_0_INBOUND 0x0000000000000001ULL + +/** * A null/empty sockaddr (all zero) to signify an unspecified socket address */ extern const struct sockaddr_storage ZT_SOCKADDR_NULL; |