
/*  A simple 4-node toploogy testing Network Layer routing, but this time also
    with frame loss and corruption to 'complicate' the queuing, and ensuring
    that DLL and NL sequence numbers are handled correctly.
 */

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

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

probframeloss	    = 4
probframecorrupt    = 4

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

host adelaide {
    east of perth
    link to melbourne
}

host melbourne {
    east of adelaide
}

host sydney {
    x = 500, y = 20
    link to melbourne
}
