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

[ns] memory leak problem



Hi.
  I am trying to simulate 1000 TCP flows sending packets over a 100Mb link
to 1000 TCP receivers at the other end. The topology is as shown.

    s1---------|		  |--------r1
    s2---------|		  |--------r2
    :----------|int1----------int2|--------:
    :----------|	100Mb	  |--------:
    s1000------|		  |--------r1000

Each of the sources transmit at 100Mb so the link between int1 and int2 is
always full. However I am running into memory leak problems. I tries using
Eric Weigle's fix of "delete [] he_old" in heap_insert() in scheduler.cc.
But this hasn't solved the problem. Would anyone be able to help as to why
this memory leak is taking place?

Regards,
Milind Kopikare