Re: How to reestablish a DTLS connection?

2008-02-26 Thread Alex Lam
Datagram is stateless, so to be able to detect a broken session, the application will need to support heart-beat. Alex On Wed, Feb 20, 2008 at 5:31 AM, João Pedro Patriarca <[EMAIL PROTECTED]> wrote: > Hi, > > > > After a DTLS connection established a peer fails (e.g. the client). The > other

How to reestablish a DTLS connection?

2008-02-20 Thread João Pedro Patriarca
Hi, After a DTLS connection established a peer fails (e.g. the client). The other peer (e.g. the server) maintains the connection state ignoring client’s failure. When the client starts up and tries to establish a new connection, the server ignore the received packets because they aren’t proces