[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: TCP example in NS Doc




Anne-Marie's solution works. By the way, does anyone have throughput
numbers for variants of TCP? Perhaps I missed tuning some params, but the
throughput I got is way too low using queueMonitor (600Kbps on 5Mbps
link).

- E




>I had the same probleme: so I tried to not use the "create-connection"
methode, and
>I used the step by step methodes:
>set tcp1 [new Agent/TCP]
>set tcp2 [new Agent/TCPSink]
>$ns attach-agent $node1 $tcp1
>$ns attach-agent $node2 $tcp2
>$ns connect $tcp1 $tcp2
>set ftp1  [$tcp1 attach-source FTP]

>and that is running.

>NB: But if you 'll have the solution for why create-connection don't run,
I
>am interested .

>Anne-Marie Bustos

>--
>Anne-Marie Bustos, [email protected],
>FT/BD/CNET/DSE/ISE
>Phone:(33) 04.92.94.52.25 -  CNET, 06921 Sophia-Antipolis CEDEX, FRANCE.