Shanka
Shanka

Reputation: 23

how can I edit TCP protocol (tcp.cc)

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!

Upvotes: 0

Views: 353

Answers (1)

Naveen.S
Naveen.S

Reputation: 750

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

Upvotes: 1

Related Questions