GithubHelp home page GithubHelp logo

sipb / spike Goto Github PK

View Code? Open in Web Editor NEW
11.0 29.0 10.0 170 KB

Implementing a packet level software network load balancer

License: MIT License

Go 27.04% Lua 70.50% Shell 1.63% Makefile 0.83%

spike's Issues

Emit IPv6

Currently spike always sends the encapsulated packets as IPv4. We should be able to emit both IPv4 and IPv6 packets.

Timing dependence in testing

We can't tell the difference between packets being dropped and taking a long time to process. We should find a way to eliminate the timing dependence from tests.

Configuration

We need a way of passing configuration options into spike.

Multithreaded snabb application

Snabb is single-threaded by default, but is capable of multithreading. We should run multiple packet handling threads if possible.

Tri-state health statuses

Backends should be able to report three possible states:

  • Down
    • No traffic
  • Up
    • Send traffic
  • Drained
    • Don't send additional traffic if possible, but existing connections are OK

Fuzz spike

We should fuzz spike to increase our confidence that it can handle malformed packets.

Development Guide

A guide containing the required dependencies as well as dev setup instructions would be nice.

Connection tracking

Add connection tracking instead of looking up the connection with consistent hashing every time.

Use a real NIC

Currently spike reads and writes pcap files. We should get it working with an actual NIC.

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.