Lines Matching refs:MAX_CONTENT_LEN
654 # skip next test if either IN_CONTENT_LEN or MAX_CONTENT_LEN are below a value
858 MAX_CONTENT_LEN=16384
865 if [ "$MAX_IN_LEN" -lt "$MAX_CONTENT_LEN" ]; then
866 MAX_CONTENT_LEN="$MAX_IN_LEN"
868 if [ "$MAX_OUT_LEN" -lt "$MAX_CONTENT_LEN" ]; then
869 MAX_CONTENT_LEN="$MAX_OUT_LEN"
3568 # This and the test below it require MAX_CONTENT_LEN to be at least MFL+1, because the
4429 -c "Maximum incoming record payload length is $MAX_CONTENT_LEN" \
4430 -c "Maximum outgoing record payload length is $MAX_CONTENT_LEN" \
4431 -s "Maximum incoming record payload length is $MAX_CONTENT_LEN" \
4432 -s "Maximum outgoing record payload length is $MAX_CONTENT_LEN" \
4442 "$P_CLI debug_level=3 request_size=$(( $MAX_CONTENT_LEN + 1))" \
4444 -c "Maximum incoming record payload length is $MAX_CONTENT_LEN" \
4445 -c "Maximum outgoing record payload length is $MAX_CONTENT_LEN" \
4446 -s "Maximum incoming record payload length is $MAX_CONTENT_LEN" \
4447 -s "Maximum outgoing record payload length is $MAX_CONTENT_LEN" \
4452 -c "$(( $MAX_CONTENT_LEN + 1)) bytes written in 2 fragments" \
4453 -s "$MAX_CONTENT_LEN bytes read" \
4460 "$P_CLI debug_level=3 dtls=1 request_size=$(( $MAX_CONTENT_LEN + 1))" \
4462 -c "Maximum incoming record payload length is $MAX_CONTENT_LEN" \
4463 -c "Maximum outgoing record payload length is $MAX_CONTENT_LEN" \
4464 -s "Maximum incoming record payload length is $MAX_CONTENT_LEN" \
4465 -s "Maximum outgoing record payload length is $MAX_CONTENT_LEN" \
4480 "$P_CLI debug_level=3 request_size=$(( $MAX_CONTENT_LEN + 1))" \
4486 -c "$(( $MAX_CONTENT_LEN + 1)) bytes written in 2 fragments" \
4487 -s "$MAX_CONTENT_LEN bytes read" \
4494 "$P_CLI debug_level=3 dtls=1 request_size=$(( $MAX_CONTENT_LEN + 1))" \
4703 -c "Maximum incoming record payload length is $MAX_CONTENT_LEN" \
4704 -c "Maximum outgoing record payload length is $MAX_CONTENT_LEN" \
4705 -s "Maximum incoming record payload length is $MAX_CONTENT_LEN" \
9046 "$P_CLI request_size=$MAX_CONTENT_LEN" \
9048 -s "Read from client: $MAX_CONTENT_LEN bytes read (100 + $((MAX_CONTENT_LEN - 100)))"
9198 -s "Read from client: $MAX_CONTENT_LEN bytes read"
9205 -s "Read from client: $MAX_CONTENT_LEN bytes read"
9213 -s "Read from client: $MAX_CONTENT_LEN bytes read"
9221 -s "Read from client: $MAX_CONTENT_LEN bytes read"
9229 -s "Read from client: $MAX_CONTENT_LEN bytes read"
10203 # All those tests assume MAX_CONTENT_LEN is at least 2048