|
A new traffic model for ns-3, as announced in the mailing list [1]. The patch contains the following:
- Two new applications: `HttpClient` and `HttpServer`.
- `HttpVariables` for all sort of randomization in the model, e.g., packet sizes, off times, etc.
- `HttpTag` to be used on each transmitted packet to differentiate main and embedded objects and to allow the model to compute delays.
- A new test suite `http-client-server`.
- Typical helper classes `HttpClientHelper` and `HttpServerHelper`.
- Some histogram figures to illustrate the distributions of the random number generators in the model. They are included in the Doxygen documentation.
[1] http://mailman.isi.edu/pipermail/ns-developers/2015-April/012668.html
Total comments: 9
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+5197 lines, -0 lines) |
Patch |
 |
M |
doc/doxygen.conf
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
src/applications/doc/http-embedded-object-size.png
|
View
|
|
Binary file |
0 comments
|
Download
|
 |
A |
src/applications/doc/http-main-object-size.png
|
View
|
|
Binary file |
0 comments
|
Download
|
 |
A |
src/applications/doc/http-num-of-embedded-objects.png
|
View
|
|
Binary file |
0 comments
|
Download
|
 |
A |
src/applications/doc/http-parsing-time.png
|
View
|
|
Binary file |
0 comments
|
Download
|
 |
A |
src/applications/doc/http-reading-time.png
|
View
|
|
Binary file |
0 comments
|
Download
|
 |
A |
src/applications/helper/http-helper.h
|
View
|
|
1 chunk |
+172 lines, -0 lines |
0 comments
|
Download
|
 |
A |
src/applications/helper/http-helper.cc
|
View
|
|
1 chunk |
+133 lines, -0 lines |
0 comments
|
Download
|
 |
A |
src/applications/model/http-client.h
|
View
|
|
1 chunk |
+417 lines, -0 lines |
2 comments
|
Download
|
 |
A |
src/applications/model/http-client.cc
|
View
|
|
1 chunk |
+848 lines, -0 lines |
3 comments
|
Download
|
 |
A |
src/applications/model/http-server.h
|
View
|
|
1 chunk |
+545 lines, -0 lines |
0 comments
|
Download
|
 |
A |
src/applications/model/http-server.cc
|
View
|
|
1 chunk |
+916 lines, -0 lines |
1 comment
|
Download
|
 |
A |
src/applications/model/http-tag.h
|
View
|
|
1 chunk |
+156 lines, -0 lines |
1 comment
|
Download
|
 |
A |
src/applications/model/http-tag.cc
|
View
|
|
1 chunk |
+255 lines, -0 lines |
2 comments
|
Download
|
 |
A |
src/applications/model/http-variables.h
|
View
|
|
1 chunk |
+331 lines, -0 lines |
0 comments
|
Download
|
 |
A |
src/applications/model/http-variables.cc
|
View
|
|
1 chunk |
+493 lines, -0 lines |
0 comments
|
Download
|
 |
A |
src/applications/test/http-client-server-test.cc
|
View
|
|
1 chunk |
+900 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/applications/wscript
|
View
|
|
4 chunks |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/network/model/application.h
|
View
|
|
1 chunk |
+19 lines, -0 lines |
0 comments
|
Download
|
Total messages: 2
|