Total Complexity | 0 |
Total Lines | 7 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | """Here we have the constants related to v0x01 version.""" |
||
2 | 1 | OFP_VERSION = 0x01 |
|
3 | |||
4 | #: This value represents the constant -1. This value is used when no buffer is |
||
5 | #: specified |
||
6 | NO_BUFFER = 2**32-1 |
||
7 |