> @jega
> " Assertion size_>0 failed" aborted
A (dirty) fix : Edit ( line 749 ) from
assert(size_> 0);
to
//assert(size_> 0);
In ns-2.xx/, delete 'ns', and tpsn/tpsn_udp.o
Run $ make : And you have a new executable 'ns'.
If you get "Floating point exception" with
> @jega
> TPSN
$ *ns-tpsn* tpsn.tcl :
ns: tpsn/tpsn_udp.cc:749: virtual void TpsnUdpAgent::sendmsg(int, AppData*,
nsaddr_t, const char*): Assertion `size_> 0' failed.
Looks like you are the first one to use the TPSN code in the 7 years since
it was made ?
Here are the links. And hopefully somebo