Coder Social home page Coder Social logo

hazy-c's Introduction

Hazy

uncertain or confused

Very basic Internet simulator for unreliable datagram transports (i.e UDP/IP). Useful for testing that an application will work reliably on Internet conditions.

Can simulate:

  • Duplicate packets
  • Out of Order packets
  • Tamper packets
  • Drop Packets
  • Latency drift
  • Latency jitter

Upcoming features

  • Throttle
  • Bandwidth usage warning

Usage

Initialize

Initialize a HazyDatagramTransportInOut.

Use hazyConfigRecommended() to get a default HazyConfig. The other is the datagram transport that Hazy should 'wrap'.

The transport field in HazyDatagramTransportInOut should be used for sending and receiving datagrams.

void hazyDatagramTransportInOutInit(HazyDatagramTransportInOut* self, DatagramTransport other,
                                    struct ImprintAllocator* allocator,
                                    struct ImprintAllocatorWithFree* allocatorWithFree, HazyConfig config, Clog log);

Update

Call this in the application update loop:

void hazyDatagramTransportInOutUpdate(HazyDatagramTransportInOut* self);

hazy-c's People

Contributors

piot avatar

Watchers

 avatar  avatar

hazy-c's Issues

Latency drift

add support for latency drift that occurs for at a certain chance, over a random span of time (0.5 - 1.0 seconds) with a temporarily added latency ramping from 0 to about 150 ms.

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.