[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ns] can not set RTP com characteristics
Hi all,
in one of my scripts I have:
set rtpcom [$ns create-connection RTP $node(s) RTP $node(mh) 0]
$rtpcom set packetsize_ 100
$rtpcom set interval_ 0.02
In spite, in my tracefiles I can see that packets are produced
inaccordingly
with the above specified information. Moreover, I have observed that
several
sequence numbers are missing. That is, packets are produced with a 2 or
4
number difference i.e. 2,4,8, 10, 14, 17 and so on.
Any help will be appreciated.
niko