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

Side by Side Diff: src/internet/wscript

Issue 316520043: TCP Westwood CRB
Patch Set: This patch contains the source code and test suite for TCP Westwood CRB. The tcp-variants-compariso… Created 6 years, 11 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:
View unified diff | Download patch
« no previous file with comments | « src/internet/test/tcp-westwood-test.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 import os 2 import os
3 import sys 3 import sys
4 4
5 from waflib import Options, Logs, Utils, Task 5 from waflib import Options, Logs, Utils, Task
6 6
7 7
8 # Required NSC version 8 # Required NSC version
9 NSC_RELEASE_NAME = "nsc-0.5.3" 9 NSC_RELEASE_NAME = "nsc-0.5.3"
10 10
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
276 'test/ipv6-fragmentation-test.cc', 276 'test/ipv6-fragmentation-test.cc',
277 'test/ipv6-forwarding-test.cc', 277 'test/ipv6-forwarding-test.cc',
278 'test/ipv6-ripng-test.cc', 278 'test/ipv6-ripng-test.cc',
279 'test/ipv6-address-helper-test-suite.cc', 279 'test/ipv6-address-helper-test-suite.cc',
280 'test/rtt-test.cc', 280 'test/rtt-test.cc',
281 'test/tcp-tx-buffer-test.cc', 281 'test/tcp-tx-buffer-test.cc',
282 'test/tcp-rx-buffer-test.cc', 282 'test/tcp-rx-buffer-test.cc',
283 'test/tcp-endpoint-bug2211.cc', 283 'test/tcp-endpoint-bug2211.cc',
284 'test/tcp-datasentcb-test.cc', 284 'test/tcp-datasentcb-test.cc',
285 'test/ipv4-rip-test.cc', 285 'test/ipv4-rip-test.cc',
286 'test/tcp-westwood-test.cc',
286 ········ 287 ········
287 ] 288 ]
288 privateheaders = bld(features='ns3privateheader') 289 privateheaders = bld(features='ns3privateheader')
289 privateheaders.module = 'internet' 290 privateheaders.module = 'internet'
290 privateheaders.source = [ 291 privateheaders.source = [
291 ] 292 ]
292 headers = bld(features='ns3header') 293 headers = bld(features='ns3header')
293 headers.module = 'internet' 294 headers.module = 'internet'
294 headers.source = [ 295 headers.source = [
295 'model/udp-header.h', 296 'model/udp-header.h',
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
405 obj.source.append ('model/nsc-sysctl.cc') 406 obj.source.append ('model/nsc-sysctl.cc')
406 headers.source.append('model/nsc-tcp-l4-protocol.h') 407 headers.source.append('model/nsc-tcp-l4-protocol.h')
407 obj.use.append('DL') 408 obj.use.append('DL')
408 internet_test.use.append('DL') 409 internet_test.use.append('DL')
409 410
410 if (bld.env['ENABLE_EXAMPLES']): 411 if (bld.env['ENABLE_EXAMPLES']):
411 bld.recurse('examples') 412 bld.recurse('examples')
412 413
413 bld.ns3_python_bindings() 414 bld.ns3_python_bindings()
414 415
OLDNEW
« no previous file with comments | « src/internet/test/tcp-westwood-test.cc ('k') | no next file » | no next file with comments »

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