If we really get a situation where the underlying mtu is less than the minimum
authorMatt Caswell <matt@openssl.org>
Tue, 2 Dec 2014 00:16:55 +0000 (00:16 +0000)
committerMatt Caswell <matt@openssl.org>
Wed, 3 Dec 2014 09:24:28 +0000 (09:24 +0000)
commitd3d9eef31661633f5b003a9e115c1822f79d1870
tree09a59a0c0242a2878e4a1aab2246fceccd99b54b
parent1620a2e49c777f31f2ce57966ae74006b48ad759
If we really get a situation where the underlying mtu is less than the minimum
we will support then dtls1_do_write can go into an infinite loop. This commit
fixes that.

Reviewed-by: Tim Hudson <tjh@openssl.org>
ssl/d1_both.c