> I am using TCP agent, and FTP application to do simulation. > node n0, n1 and n2. I could be misunderstanding what you are doing, but if you are using TCP then you shouldn't have many packets lost, since the source doesn't send another packet until it has got an ACK. If you did this with UDP you'd get many packets lost.