summaryrefslogtreecommitdiffstats
path: root/ssl
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-03-12 12:46:52 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-03-12 12:46:52 +0000
commitb0cbdd3ebab2df6bd18f3df3150c7bccc0fc8629 (patch)
tree58fceaf20671f525a9aa6f2fdb17548eada9f44a /ssl
parent50161075506aedcc57fc7b058d89fefc72481374 (diff)
manually patch missing part of PR#2756
Diffstat (limited to 'ssl')
-rw-r--r--ssl/d1_lib.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/ssl/d1_lib.c b/ssl/d1_lib.c
index 8155a890bd..91d67a9809 100644
--- a/ssl/d1_lib.c
+++ b/ssl/d1_lib.c
@@ -468,11 +468,6 @@ int dtls1_handle_timeout(SSL *s)
s->d1->timeout.read_timeouts = 1;
}
- if (state->timeout_duration > 2)
- {
- s->d1->mtu = BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_GET_FALLBACK_MTU, 0, NULL);
- }
-
dtls1_start_timer(s);
return dtls1_retransmit_buffered_messages(s);
}