<div dir="ltr">Thanks, Ingela. I was just wondering why the these options exist if they are forbidden. Now I understand.</div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jan 2, 2018 at 3:16 PM, Ingela Andin <span dir="ltr"><<a href="mailto:ingela.andin@gmail.com" target="_blank">ingela.andin@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi!<br><div><br>Jesper is correct about the reason it is not supported for DTLS, that is UDP is unreliable. Reason for setting the options to defult  {packet, 0}, {packet_size, 0} (e.i. no packet) is that general code in ssl_connection handles both TLS and DTLS data.</div><div><br></div><div>Regards Ingela Erlang/OTP Team - Ericsson AB<br></div><div><div><div class="gmail_extra"><br><div class="gmail_quote"><div><div class="h5">2017-12-30 18:52 GMT+01:00 Joe K <span dir="ltr"><<a href="mailto:goodjoe2049@gmail.com" target="_blank">goodjoe2049@gmail.com</a>></span>:<br></div></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div class="h5"><div dir="ltr">Why is `packet` one of the default options here<div><a href="https://github.com/erlang/otp/blob/master/lib/ssl/src/dtls_socket.erl#L142-L143" target="_blank">https://github.com/erlang/otp/<wbr>blob/master/lib/ssl/src/dtls_s<wbr>ocket.erl#L142-L143</a></div><div><br></div><div><div>  default_inet_values() -></div><div>    [{active, true}, {mode, list}, {packet, 0}, {packet_size, 0}].</div></div><div><br></div><div>But is then prohibited here</div><div><a href="https://github.com/erlang/otp/blob/master/lib/ssl/src/dtls_socket.erl#L173-L174" target="_blank">https://github.com/erlang/otp/<wbr>blob/master/lib/ssl/src/dtls_s<wbr>ocket.erl#L173-L174</a><br></div><div><br></div><div><div>  emulated_options([{packet, _} = Opt | _], _, _) -></div><div>    throw({error, {options, {not_supported, Opt}}});</div></div><div><br></div><div>Same for `packet_size` option.</div><div><br></div><div><br></div></div>
<br></div></div><span class="">______________________________<wbr>_________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org" target="_blank">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" rel="noreferrer" target="_blank">http://erlang.org/mailman/list<wbr>info/erlang-questions</a><br>
<br></span></blockquote></div><br></div></div></div></div>
</blockquote></div><br></div>