1

I am new to using ns-3. I want to test a certain self-contained implementation of the quic protocol available on github. How can I integrate the code with ns-3 for testing under different conditions?

1 Answers1

0

It's difficult to say given that you haven't linked the implementation, but if it's something standard like this implementation, then just follow the instructions in the README.

The steps essentially amount to adding the TCP implementation to ./ns-3-dev/src, and then telling waf about the existence of those files by adding them to the corresponding wscript file.

Sagar
  • 486
  • 2
  • 7