Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(3828)

Issue 233780043: Web browsing traffic model

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years ago by buherman
Modified:
7 years, 4 months ago
CC:
ns-3-reviews_googlegroups.com, jani.puttonen
Visibility:
Public.

Description

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

Patch Set 1 #

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

Messages

Total messages: 2
Tommaso Pecorella
The code is very good, but I didn't expect anything less. I have some doubts ...
8 years ago (2016-04-03 23:08:13 UTC) #1
Tom Henderson
7 years, 4 months ago (2016-12-09 14:39:13 UTC) #2
This review and patch set has been superseded by:

https://codereview.appspot.com/314810043/
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b