Skip to content

Commit f635995

Browse files
committed
remove (experimental) definitions
1 parent ade3a48 commit f635995

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

sflow/sflow.h

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -34,23 +34,9 @@
3434
#define SFLOW_HEADER_BYTES_STEP 32
3535

3636
#define SFLOW_USE_VAPI
37-
// #define SFLOW_TEST_HAMMER_VAPI
38-
39-
//#define SFLOW_TEST_SHORT_FIFO 1
40-
#ifdef SFLOW_TEST_SHORT_FIFO
41-
#define SFLOW_FIFO_DEPTH 4 // must be power of 2
42-
#else
4337
#define SFLOW_FIFO_DEPTH 2048 // must be power of 2
44-
#endif
45-
46-
//#define SFLOW_TEST_SLOW_POLL 1
47-
#ifdef SFLOW_TEST_SLOW_POLL
48-
#define SFLOW_POLL_WAIT_S 1
49-
#define SFLOW_READ_BATCH 1
50-
#else
5138
#define SFLOW_POLL_WAIT_S 0.001
5239
#define SFLOW_READ_BATCH 100
53-
#endif
5440

5541
// use PSAMPLE group number to distinguish VPP samples from others
5642
// (so that hsflowd will know to remap the ifIndex numbers if necessary)

0 commit comments

Comments
 (0)