commit | a18b671c941363f445992dfcfa5a0b4ec263ac96 | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@chromium.org> | Sun Jan 11 19:31:22 2015 -0500 |
committer | Adam Langley <agl@google.com> | Wed Jan 14 21:45:57 2015 +0000 |
tree | fb0e72668d304274ef39b0e0a21818092a7186c9 | |
parent | 5a3cc0381bfaca5a905f84524dee53159aa9866f [diff] |
Simplify minimum and default MTUs. g_probably_mtu and dtls1_guess_mtu is a bunch of logic for guessing the right MTU, but it only ever returns the maximum (the input is always zero). Trim that down to only what it actually does. Change-Id: If3afe3f68ccb36cbf9c4525372564d16a4bbb73f Reviewed-on: https://boringssl-review.googlesource.com/2828 Reviewed-by: Adam Langley <agl@google.com>