[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Question about two agents attach to one node?
On Thu, 20 Aug 1998, Wenjie Weng wrote:
> Hi,
>
> I create two nodes. Node 0 [n(0) in my script] has two agents attached
> to it. One uses FTP source object (the packet size for this traffic is
> 1000), the other uses TELNET source object (the packet size is 50). Node
> 1 also has two agents attached to it. When I run this simulation, the trace
> file shows only the FTP source are transmitted. Can any one tell me why?
>
Telnet sources do not immediately send a packet upon starting (they wait
for a timeout). Your simulation is running for only 0.5 seconds, so
perhaps the first telnet packet arrival does not come before this time.
Tom