0

My research is about minimizing End to End retransmission delay by touching Transport Layer Process to Process communication.

I did some changes to tcp.cc , changed window size. the changes i am doing are not affecting. ex: even if i removed tcp.cc file from NS2 folder but TCP topologies are still working, why is that?

Thanks!

Shanka
  • 23
  • 4
  • 1
    This question appears to be off-topic because it is about network protocol simulation, not programming. –  May 28 '14 at 03:54
  • sorry for the delay, this is about protocol simulation. – Shanka Dec 15 '16 at 16:42

1 Answers1

1

Once you made any changes in .cc files then you have to run make command in your NS2.xx folder.

Naveen.S
  • 730
  • 5
  • 21