Author: Jae Chung Date: May 2004 Work with ns-2.27 or later. Put arcq.h and arcq.cc in ns/queue/ and ns-default-arc.tcl in ns/tcl/lib/ Modify Makefile.in as follow: OBJ_CC = \ ... queue/red-pd.o queue/pi.o queue/vq.o queue/rem.o \ queue/arcq.o \ ... NS_TCL_LIB = \ tcl/lib/ns-compat.tcl \ tcl/lib/ns-default.tcl \ tcl/lib/ns-default-arc.tcl \ ... Then, do: > ./configure > make #EOF