Add test for buffering out-of-order CCS
This commit is contained in:
parent
2ed6bcc793
commit
aa5d0c4493
1 changed files with 10 additions and 0 deletions
|
@ -5741,6 +5741,16 @@ run_test "DTLS proxy: delay ChangeCipherSpec" \
|
|||
-s "Extra-header:" \
|
||||
-c "HTTP/1.0 200 OK"
|
||||
|
||||
# Tests for reordering support with DTLS
|
||||
|
||||
run_test "DTLS reordering: Buffer out-of-order CCS message"\
|
||||
-p "$P_PXY delay=3 seed=1" \
|
||||
"$P_SRV cookies=0 dtls=1 debug_level=2" \
|
||||
"$P_CLI dtls=1 debug_level=2" \
|
||||
0 \
|
||||
-c "Inject buffered CCS message" \
|
||||
-c "Remember CCS message"
|
||||
|
||||
# Tests for "randomly unreliable connection": try a variety of flows and peers
|
||||
|
||||
client_needs_more_time 2
|
||||
|
|
Loading…
Reference in a new issue