Browse Source

Rebuild OSX tap for up to 32 devices.

Adam Ierymenko 11 years ago
parent
commit
7a6fe203ee

BIN
ext/bin/tap-mac/pre10.8/tap.kext/Contents/MacOS/tap


BIN
ext/bin/tap-mac/tap.kext/Contents/MacOS/tap


+ 1 - 1
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