This commit is contained in:
Adam Ierymenko
2016-08-04 15:27:20 -07:00
parent 37d139177d
commit 4d9b74b171
3 changed files with 13 additions and 59 deletions

View File

@ -164,6 +164,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
*/