Skip to content

Commit

Permalink
test(proper): further limit testing range
Browse files Browse the repository at this point in the history
  • Loading branch information
qzhuyan committed Dec 11, 2024
1 parent 6971406 commit aa3f82c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/prop_quic_types.hrl
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
| {peer_unidi_stream_count, uint16()}
| {retry_memory_limit, uint16()}
| {load_balancing_mode, 0..2}
| {max_operations_per_drain, uint8()}
| {max_operations_per_drain, 1..(1 bsl 8 -1)}
| {send_buffering_enabled, 0 | 1}
| {pacing_enabled, 0 | 1}
| {migration_enabled, 0 | 1}
Expand Down

0 comments on commit aa3f82c

Please sign in to comment.