pyof.v0x01.common.constants   A
last analyzed

Complexity

Total Complexity 0

Size/Duplication

Total Lines 7
Duplicated Lines 0 %

Test Coverage

Coverage 100%

Importance

Changes 0
Metric Value
wmc 0
eloc 3
dl 0
loc 7
ccs 2
cts 2
cp 1
rs 10
c 0
b 0
f 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