[ns] Attaching problem

2006-11-14 Thread otcl
-Povodna sprava- Od: otcl <[EMAIL PROTECTED]> Prijata: 13.11.2006 23:26 Pre: ns-users@isi.edu Predmet: Attaching problem Hello, I'm Patrick. Can someone help with TCP problem? I'm trying to run following tcl code: or {set i 1} {$i<=$NetNb1} { incr i } {

[ns] Attaching problem

2006-11-13 Thread otcl
Hello, I'm Patrick. Can someone help with TCP problem? I'm trying to run following tcl code: or {set i 1} {$i<=$NetNb1} { incr i } { for {set j 1} {$j<=$NumFlows} { incr j } { set tcpsrc($i,$j) [new Agent/TCP/Newreno] set tcp_snk($i,$j)

[ns] TCP problem

2006-11-12 Thread otcl
Hello, can someone help with TCP problem? I'm trying to run following tcl code: or {set i 1} {$i<=$NetNb1} { incr i } { for {set j 1} {$j<=$NumFlows} { incr j } { set tcpsrc($i,$j) [new Agent/TCP/Newreno] set tcp_snk($i,$j) [new Agent/TC

[ns] TCP attaching problem

2006-11-12 Thread otcl
Hello, can someone help with TCP problem? I'm trying to run following tcl code: or {set i 1} {$i<=$NetNb1} { incr i } { for {set j 1} {$j<=$NumFlows} { incr j } { set tcpsrc($i,$j) [new Agent/TCP/Newreno] set tcp_snk($i,$j) [new Agent/TC