Giter Club home page Giter Club logo

Comments (4)

stevegury avatar stevegury commented on June 15, 2024

That's a good question.
We never really now how much extra flags we'll need, the current design suppose that we won't heavily rely on those flags. That's why we only reserved for 8 of them.

That being said, if we end up with a lack of flags, we can always reserve the last bit as an indication for more flags present.

from rsocket.

NiteshKant avatar NiteshKant commented on June 15, 2024

The negative of reserving extra bits is that it increases the length for every frame, so I would prefer sticking to the current 6 bit space for extra flags and I agree with @stevegury that we should not be relying on these flags much.

from rsocket.

tmontgomery avatar tmontgomery commented on June 15, 2024

Remember that the flags are for the protocol operation and what it provides. This is different than the application need for flags, etc. Also, each frame type can have different flags. If a type needs more fields (flags or other fields), it can have them in other places after the Frame Header.

from rsocket.

benjchristensen avatar benjchristensen commented on June 15, 2024

Considering this answered. Respond back if more to discuss.

from rsocket.

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.