summaryrefslogtreecommitdiff
path: root/osdep
diff options
context:
space:
mode:
authorJoseph Henry <joseph.henry@zerotier.com>2015-09-10 13:56:01 -0400
committerJoseph Henry <joseph.henry@zerotier.com>2015-09-10 13:56:01 -0400
commit750352836f72c5dc0136b6aae96ec28f8fe356cb (patch)
tree934d15eec15cf2c1bcf4bb60970e274d07ddd57f /osdep
parenta43c3fbf2e03f99c51383123423d86656ac252bf (diff)
downloadinfinitytier-750352836f72c5dc0136b6aae96ec28f8fe356cb.tar.gz
infinitytier-750352836f72c5dc0136b6aae96ec28f8fe356cb.zip
initial commit
Diffstat (limited to 'osdep')
-rw-r--r--osdep/Phy.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/osdep/Phy.hpp b/osdep/Phy.hpp
index 979e6dfa..79cd67e1 100644
--- a/osdep/Phy.hpp
+++ b/osdep/Phy.hpp
@@ -68,6 +68,7 @@
#define ZT_PHY_SOCKFD_VALID(s) ((s) > -1)
#define ZT_PHY_CLOSE_SOCKET(s) ::close(s)
#define ZT_PHY_MAX_SOCKETS (FD_SETSIZE)
+#define ZT_PHY_MAX_INTERCEPTS (FD_SETSIZE)
#define ZT_PHY_SOCKADDR_STORAGE_TYPE struct sockaddr_storage
#if defined(__linux__) || defined(linux) || defined(__LINUX__) || defined(__linux)