Commit 8724f9f9 authored by Matt Caswell's avatar Matt Caswell
Browse files

The first call to query the mtu in dtls1_do_write correctly checks that the


mtu that we have received is not less than the minimum. If its less it uses the
minimum instead. The second call to query the mtu does not do that, but
instead uses whatever comes back. We have seen an instance in RT#3592 where we
have got an unreasonably small mtu come back. This commit makes both query
checks consistent.

Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
(cherry picked from commit 6abb0d1f)
parent 6d41cbb6
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment