jwbensley / IP-Hashing

Learning different methods for IP look-ups and load-balancing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

This repo contains small programs and code snippets. They are intended as
educational examples of how basic programing techniques such as memory
structures and hashing work. These are then used explore and understand how
to implement basic network functions that rely on these programming
techniques, such as forwarding lookups and ECMP.

Equal Cost Multipath Routing

This is an example in C of how to implement a doubly-linked list. Two
doubly-linked lists are used to implement a "consisten ECMP method" using a
poor mans version of a consistant hash ring a.k.a consistent circular hash.

About

Learning different methods for IP look-ups and load-balancing

License:MIT License


Languages

Language:C 100.0%