We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f99f4b commit 85269f5Copy full SHA for 85269f5
1 file changed
zenoh/__init__.pyi
@@ -57,7 +57,7 @@ class CongestionControl(Enum):
57
58
DROP = auto()
59
BLOCK = auto()
60
- BLOCK_FIRST = auto()
+ BLOCK_FIRST = _unstable(auto())
61
62
DEFAULT = DROP
63
0 commit comments