Code Monkey home page Code Monkey logo

Comments (2)

vercas avatar vercas commented on August 27, 2024

vNet doesn't do anything as far as channel reliability is concerned. The
Source networking protocol that Garry uses for net library does.
I believe that a net message that didn't arrive or arrived too late (after
the 'next' message) will really mess things up.
This is unlikely to happen, though. It never happened to me while testing.

As far as tables go, the :Table function is much faster and more
space-efficient than vON. It also supports more data types.
If your table is already encoded with vON (e.g. loaded from a file), I
recommending sending that, as a string. This will avoid re-encoding (and
possibly a decoding before that) and a file buffer.

And yeah, you are free to use vNet commercially as long as you give me
proper credits in the about/credits area of your addon.
On 24 Apr 2015 8:22 am, "Partixel" [email protected] wrote:

Are corrupted packets re-sent ?
2.

Which would be faster:

Table serialised with vON then sent as a string

or

Table sent using :Table()

  1. I assume I can distribute this within a sold gmod addon as with
    vON, just want to make sure ?


Reply to this email directly or view it on GitHub
#1.

from vnet-for-gmod.

Partixel avatar Partixel commented on August 27, 2024

Okay, I have done. Thanks for the info!

from vnet-for-gmod.

Related Issues (3)

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.