SFlowSampleType specifies the type of sample. Only flow samples and counter samples are supported
| 220 | // SFlowSampleType specifies the type of sample. Only flow samples |
| 221 | // and counter samples are supported |
| 222 | type SFlowSampleType uint32 |
| 223 | |
| 224 | const ( |
| 225 | SFlowTypeFlowSample SFlowSampleType = 1 |