Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 690 Bytes

File metadata and controls

18 lines (12 loc) · 690 Bytes

Stateless

This project's aim is to implement perspective stateless transport protocols in ns-3 environment.

The project is inspired by the following paper:

Shieh, A., Myers, A. C., Sirer, E. G. A stateless approach to connection-oriented protocols // ACM Trans. Comput. Syst. 26, 3, Article 8 (September 2008), 50 pages.

Installations instructions to ns-3.22

It is important to install the source tree to ns-3.22. Use the following steps:

  1. Download and unpack ns-3.22 from https://www.nsnam.org/release/ns-allinone-3.22.tar.bz2
  2. cd to ns-allinone-3.22
  3. git init
  4. git remote add origin https://github.com/dchaly/stateless.git
  5. git fetch
  6. git reset --hard origin/master