blob: 77c7004f5d8380ccbfd5c5d4f7cd18b87a87a21e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#pragma once
/** This is a central file for contolling VSR-specific experiments */
// dump all sent Ni-Fi packets
// #define VSR_DUMP_MESSAGES
// add "Inject" menu bar item
// #define VSR_INJECTION
// add "Fiddle" menu bar item
#define VSR_MESSAGE_FIDDLING
// drop non "new" frames (resends)
// #define VSR_DROP_RESENDS
|