From 36795197d92641e51841c9ca4ca963c771a163a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Fri, 26 Sep 2014 16:33:45 +0200 Subject: [PATCH] Rm now useless MTU setting in compat.sh --- tests/compat.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tests/compat.sh b/tests/compat.sh index 37876cb04..9dcf86fa9 100755 --- a/tests/compat.sh +++ b/tests/compat.sh @@ -728,11 +728,11 @@ setup_arguments() ;; "dtls1") G_PRIO_MODE="+VERS-DTLS1.0" - G_MODE="-u --mtu 16383" # we don't handle HS fragmentation yet + G_MODE="-u" ;; "dtls1_2") G_PRIO_MODE="+VERS-DTLS1.2" - G_MODE="-u --mtu 16383" # we don't handle HS fragmentation yet + G_MODE="-u" ;; *) echo "error: invalid mode: $MODE" >&2 @@ -746,8 +746,7 @@ setup_arguments() # with OpenSSL 1.0.1h, -www, -WWW and -HTTP break DTLS handshakes if is_dtls "$MODE"; then - # temporary until we support handshake fragmentation - O_SERVER_ARGS="$O_SERVER_ARGS -mtu 16383" + O_SERVER_ARGS="$O_SERVER_ARGS" else O_SERVER_ARGS="$O_SERVER_ARGS -www" fi