Re: [ns] command to create mac_802-11.o in Makefile

2007-12-19 Thread Rennie deGraaf
that it uses. If you only want to set that macro on the one file, add a rule to Makefile.in similar to the following: mac/mac-802_11.o: mac/mac-802_11.cc @rm -f $@ $(CC) -c $(CFLAGS) -Ddegub $(INCLUDES) -o $@ $*.cc Then, re-run configure and make. Rennie deGraaf

[ns] Implementing wormholes in ns

2007-12-10 Thread Rennie deGraaf
, but that could be ugly and still wouldn't simulate the wired link. Any suggestions on the best way to implement this? Thanks, Rennie deGraaf, University of Calgary