
/*  A simple 2-node toploogy testing single link stop-and-wait protocols
    with both frame loss and corruption.
 */

compile = "proj.c proj_dll.c proj_nl.c proj_nltable.c proj_nlqueue.c"

messagerate		= 1000ms
propagationdelay	=  200ms
bandwidth		= 56kbps

transmitbufsize		= 1000

probframecorrupt	= 3
probframeloss		= 3

host perth {
    x=80, y=50
    link to melbourne
}

host melbourne {
    east east of perth
    link to perth
}
