summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.osx12
-rw-r--r--io.c1
2 files changed, 13 insertions, 0 deletions
diff --git a/README.osx b/README.osx
new file mode 100644
index 0000000..9488b37
--- /dev/null
+++ b/README.osx
@@ -0,0 +1,12 @@
+This version of peervpn is patched for macosx support and is available
+at : http://cgit.notk.org/bencoh/peervpn.git/
+Original code from http://www.peervpn.net/
+
+- osx tap interface differs from linux
+- osx does not support poll() on chardev (/dev/tapX in our case)
+
+Note : osx's tap driver does not support interface renaming
+
+--
+bencoh, 2012/04/20
+
diff --git a/io.c b/io.c
index e7504e9..7aef05d 100644
--- a/io.c
+++ b/io.c
@@ -1,6 +1,7 @@
/***************************************************************************
* Copyright (C) 2012 by Tobias Volk *
* mail@tobiasvolk.de *
+ * Modified (2012) by Benjamin Cohen <bencoh@notk.org> *
* *
* This program is free software: you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *