> @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 $ ns tpsn.tcl
.. then edit "config.tcl" : set opt(stop) 100
to : set opt(stop) 75
.. or lower than 75.





--
View this message in context: 
http://network-simulator-ns-2.7690.n7.nabble.com/hai-im-doing-synchronisation-protocol-tp28704p28717.html
Sent from the ns-users mailing list archive at Nabble.com.

Reply via email to