Re: Issue 146: RTCDtlsTransport: Effect of calling start() after start()?

Calling IceTransport.start does a restart.  We could do the same for
DtlsTransport.  However, I don't see a use case, and it would be more
work for the implementation.  So, can we do #2 until we think of a use
case?

On Thu, Aug 21, 2014 at 10:21 AM, Bernard Aboba
<Bernard.Aboba@microsoft.com> wrote:
> >From Shijun Sun:
> What is the behavior if calling RTCDtlsTransport.start(param_2) after a valid start(param_1) call?
>
> I see two options:
> 1. start new session
> 2. throw exception

Received on Thursday, 21 August 2014 17:33:58 UTC