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

Side by Side Diff: src/internet-stack/wscript

Issue 3988043: NS-3 Click Integration (Closed)
Patch Set: Incorporates Tom's comments Created 13 years, 1 month 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-stack/udp-l4-protocol.cc ('k') | src/node/ipv4.h » ('j') | 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 import Options 5 import Options
6 import Logs 6 import Logs
7 import Utils 7 import Utils
8 import Task 8 import Task
9 9
10 # Required NSC version 10 # Required NSC version
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 'ipv4-interface.h', 160 'ipv4-interface.h',
161 'ipv4-l3-protocol.h', 161 'ipv4-l3-protocol.h',
162 'ipv6-l3-protocol.h', 162 'ipv6-l3-protocol.h',
163 'ipv6-extension-header.h', 163 'ipv6-extension-header.h',
164 'ipv6-option-header.h', 164 'ipv6-option-header.h',
165 'arp-l3-protocol.h', 165 'arp-l3-protocol.h',
166 'udp-l4-protocol.h', 166 'udp-l4-protocol.h',
167 'tcp-l4-protocol.h', 167 'tcp-l4-protocol.h',
168 'icmpv4-l4-protocol.h', 168 'icmpv4-l4-protocol.h',
169 'ipv4-l4-protocol.h', 169 'ipv4-l4-protocol.h',
170 'ipv4-raw-socket-impl.h',
170 'arp-header.h', 171 'arp-header.h',
171 'arp-cache.h', 172 'arp-cache.h',
172 'icmpv6-l4-protocol.h', 173 'icmpv6-l4-protocol.h',
173 'ipv6-l4-protocol.h', 174 'ipv6-l4-protocol.h',
174 'ipv6-interface.h', 175 'ipv6-interface.h',
175 'ndisc-cache.h', 176 'ndisc-cache.h',
176 'loopback-net-device.h', 177 'loopback-net-device.h',
177 'ipv4-packet-info-tag.h', 178 'ipv4-packet-info-tag.h',
178 'ipv6-packet-info-tag.h', 179 'ipv6-packet-info-tag.h',
179 ] 180 ]
180 181
181 if bld.env['NSC_ENABLED']: 182 if bld.env['NSC_ENABLED']:
182 obj.source.append ('nsc-tcp-socket-impl.cc') 183 obj.source.append ('nsc-tcp-socket-impl.cc')
183 obj.source.append ('nsc-tcp-l4-protocol.cc') 184 obj.source.append ('nsc-tcp-l4-protocol.cc')
184 obj.source.append ('nsc-tcp-socket-factory-impl.cc') 185 obj.source.append ('nsc-tcp-socket-factory-impl.cc')
185 obj.source.append ('nsc-sysctl.cc') 186 obj.source.append ('nsc-sysctl.cc')
186 headers.source.append('nsc-tcp-l4-protocol.h') 187 headers.source.append('nsc-tcp-l4-protocol.h')
187 obj.uselib = 'DL' 188 obj.uselib = 'DL'
OLDNEW
« no previous file with comments | « src/internet-stack/udp-l4-protocol.cc ('k') | src/node/ipv4.h » ('j') | no next file with comments »

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