Skip to content

Commit 85269f5

Browse files
committed
add _unstable marker to BLOCK_FIRST
1 parent 8f99f4b commit 85269f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

zenoh/__init__.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class CongestionControl(Enum):
5757

5858
DROP = auto()
5959
BLOCK = auto()
60-
BLOCK_FIRST = auto()
60+
BLOCK_FIRST = _unstable(auto())
6161

6262
DEFAULT = DROP
6363

0 commit comments

Comments
 (0)