aboutsummaryrefslogtreecommitdiff
path: root/src/vsr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vsr.h')
-rw-r--r--src/vsr.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/vsr.h b/src/vsr.h
new file mode 100644
index 0000000..78b4950
--- /dev/null
+++ b/src/vsr.h
@@ -0,0 +1,13 @@
+#pragma once
+
+/** This is a central file for contolling VSR-specific experiments */
+
+// corrupt instance=0's messages after 20 seconds
+// #define VSR_MESSAGE_FIDDLING
+
+// dump all sent Ni-Fi packets
+// #define VSR_DUMP_MESSAGES
+
+// add "Inject" menu bar item
+#define VSR_INJECTION
+