
compile		 = "click.c"

// THE FOLLOWING LINE WILL OPEN EACH NODE'S WINDOW ON START-UP
winopen		 = true

ber = 0.00001

host perth {
    x=50 y=50
    winx=0, winy=50
    propagationdelay = 100ms
    wan to sydney
}

host sydney {
    x=500 y=50                                                                  
    winx=550, winy=50
    east east east east of perth
    propagationdelay = 500ms
    wan to perth
}
