摘要:
FTP是基于TCP的,所以FTP应用不可以绑定UDP发送代理 FTP和CBR属于应用流,他们用来绑定TCP和UDP发送代理 TCP用于发送代理时,接收代理为TCPSink,可以绑定FTP应用、CBR流 UDP用于... 阅读全文
摘要:
set ns [new Simulator]set tracefd [open one.tr w] #开启跟踪文件,记录分组传送的过程$ns trace-all $tracefdset namtracefd [... 阅读全文
摘要:
set ns [new Simulator]set tracefd [open one.tr w] #开启跟踪文件,记录分组传送的过程$ns trace-all $tracefdset namtracefd [... 阅读全文
摘要:
set ns [new Simulator]set tracefd [open example.tr w] #开启跟踪文件,记录分组传送的过程$ns trace-all $tracefdset namtrace... 阅读全文