manually patch missing part of PR#2756

This commit is contained in:
Dr. Stephen Henson
2012-03-12 12:46:52 +00:00
parent 5016107550
commit b0cbdd3eba

View File

@@ -468,11 +468,6 @@ int dtls1_handle_timeout(SSL *s)
s->d1->timeout.read_timeouts = 1; 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); dtls1_start_timer(s);
return dtls1_retransmit_buffered_messages(s); return dtls1_retransmit_buffered_messages(s);
} }