Coder Social home page Coder Social logo

Comments (1)

gloinul avatar gloinul commented on June 30, 2024

I can think of two likely reasonable solutions to this issue.

A) Require DTLS 1.3 as that avoids the issue with the DTLS 1.2 Close Notify alert behavior. It also avoids version related negotiation issues at this stage of the protocol but they can resurface with a DTLS 1.4. Also it requires DTLS 1.3 stack immediately.

B) We define a DTLS/SCTP message and registers a PPID for it and identify it that way. Thus the initiating party tells the peer that it want to close and have stopped incoming and have drained its queue. When peer process this message on DTLS/SCTP layer it will close for more incoming data and drain its buffer. When that is accomplished it sends the close_alert that is then echoed back by the original requesting endpoint.

So lets consider the impact of the options and make a recommendation to the WG.

from draft-westerlund-tsvwg-dtls-over-sctp-bis.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.