Side by Side Diff: src/http/examples/wscript
Issue 4940041 :
HTTP Traffic Generator
Patch Set: update http controller
Use n/p to move between diff chunks;
N/P to move between comments.
Please Sign in to add in-line comments.
Jump to:
src/http/docs/http.h
src/http/docs/http.rst
src/http/examples/http.cc
src/http/examples/wscript
src/http/helper/http-helper.h
src/http/helper/http-helper.cc
src/http/model/http-client.h
src/http/model/http-client.cc
src/http/model/http-controller.h
src/http/model/http-controller.cc
src/http/model/http-distribution.h
src/http/model/http-distribution.cc
src/http/model/http-random-variable.h
src/http/model/http-random-variable.cc
src/http/model/http-server.h
src/http/model/http-server.cc
src/http/test/http-test-suite.cc
src/http/wscript
OLD NEW
(Empty) 1 ## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8;
-*-
2
3 def build(bld):
4 obj = bld.create_ns3_program('http', ['core', 'simulator', 'node', 'internet
-stack'])
5 obj.source = 'http_new.cc'
6
OLD NEW