Skip to content

topromulan/RRB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RRB


A Rickety Rope Bridge

rrb [options] [near hw addr] [far hw addr]

RRB buffers packets seen for near hw addr and sends them to far hw addr
with configurable behavior such as how long it takes to cross the bridge,
whether all packets in order, and how many packets fall off.


Currently it doesn't take any options and just buffers the frames for
a fixed 1.5 seconds.

There are some in-kernel similar options, 'dummynet' and 'netem'

To build it:

cc rrb.c err.c mac.c

About

Rickety Rope Bridge, a simple WAN simulator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages