diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-12-27 07:41:36 -0800 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-12-27 07:41:36 -0800 |
commit | 7a6fe203ee890f26bd9eb27e90f7306e33623a69 (patch) | |
tree | 156f234903f58ef77611ce97983d8d917deb3c11 /ext/tap-mac | |
parent | a8345b6a441c9d08dc520e77e383c6a43c7890db (diff) | |
download | infinitytier-7a6fe203ee890f26bd9eb27e90f7306e33623a69.tar.gz infinitytier-7a6fe203ee890f26bd9eb27e90f7306e33623a69.zip |
Rebuild OSX tap for up to 32 devices.
Diffstat (limited to 'ext/tap-mac')
-rw-r--r-- | ext/tap-mac/tuntap/src/tap/tap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/tap-mac/tuntap/src/tap/tap.h b/ext/tap-mac/tuntap/src/tap/tap.h index 0ef9e159..72339a95 100644 --- a/ext/tap-mac/tuntap/src/tap/tap.h +++ b/ext/tap-mac/tuntap/src/tap/tap.h @@ -32,7 +32,7 @@ #define TAP_FAMILY_NAME ((char *) "zt") -#define TAP_IF_COUNT 16 /* max number of tap interfaces */ +#define TAP_IF_COUNT 32 /* max number of tap interfaces */ #define TAP_MTU 2800 |