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

Delta Between Two Patch Sets: src/http/examples/wscript

Issue 4940041: HTTP Traffic Generator
Left Patch Set: Created 12 years, 7 months ago
Right Patch Set: update http controller Created 11 years, 3 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « src/http/examples/http.cc ('k') | src/http/helper/http-helper.h » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 ## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- 1 ## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
2 2
3 def build(bld): 3 def build(bld):
4 obj = bld.create_ns3_program('http', ['core', 'simulator', 'node', 'internet -stack']) 4 obj = bld.create_ns3_program('http', ['core', 'simulator', 'node', 'internet -stack'])
5 obj.source = 'http.cc' 5 obj.source = 'http_new.cc'
6 6
LEFTRIGHT

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