Commit Graph

5927 Commits

Author SHA1 Message Date
Gustavo J. A. M. Carneiro
29901e79dc Skip the real-time udp echo test if real-time support not compiled in. 2009-02-01 13:44:29 +00:00
Craig Dowell
d32d34ff59 correct net numbering 2009-01-31 22:45:42 -08:00
Craig Dowell
8e659dbc41 expand comments in tap-dumbbell.cc to suggest some things to do 2009-01-31 22:41:43 -08:00
Craig Dowell
1e6e554af7 add a more complicated tap example that uses routing. 2009-01-31 21:53:25 -08:00
Craig Dowell
bc06ad1027 fixed previous wscript mods not entirely successful 2009-01-31 20:59:13 -08:00
Craig Dowell
c79b8da6e9 teach enable-sudo to be a config time thing 2009-01-31 20:48:05 -08:00
Gustavo J. A. M. Carneiro
36bcf84126 Upgrade waf to 1.5.3; closes #474. 2009-01-31 21:22:04 +00:00
Craig Dowell
8d696d8061 add a Rename function to the object name service to facilitate auto naming 2009-01-30 17:34:41 -08:00
Craig Dowell
885b97a6ec turn on checksums in example csma-tap-bridge and tweaks to make ping demo work 2009-01-30 15:47:38 -08:00
Gustavo J. A. M. Carneiro
33c6cd365d Skip the NSC-based regression test on non-linux platforms 2009-01-30 19:28:00 +00:00
Craig Dowell
ae6b0022b8 beef up a couple of comments in example names.cc 2009-01-30 10:34:05 -08:00
Craig Dowell
b128c223c7 Testmeister Tom found a bug in Names::Add for his shortcut semantics 2009-01-30 10:30:07 -08:00
Craig Dowell
e104e03223 checkpoint tap progress 2009-01-29 16:16:10 -08:00
Craig Dowell
936a0e484d last connections on tap-bridge, start flowing packets 2009-01-29 13:03:03 -08:00
Craig Dowell
6c3633eaab wire needed values into tap-bridge Attribute system, but figure out as many as possible in the default case 2009-01-29 11:53:12 -08:00
Raj Bhattacharjea
20ddca38d6 Explicit cast and correction in wifi/RandomStream 2009-01-29 12:25:25 -05:00
Raj Bhattacharjea
8c1b14ba99 Get/Set the package seed in a static variable 2009-01-28 15:04:28 -05:00
Raj Bhattacharjea
8d45909678 Update the bindings for GetSeed change 2009-01-28 13:35:47 -05:00
Gustavo J. A. M. Carneiro
f5015da143 Skip the NSC test when valgrind is enabled. 2009-01-28 11:06:50 +00:00
Gustavo J. A. M. Carneiro
c2fd874a0e Interpret regression program non-zero exit as a test failure, instead of showing a traceback. 2009-01-28 11:01:02 +00:00
Craig Dowell
4eacc29c1b checkpoint tap 2009-01-27 22:00:29 -08:00
Craig Dowell
519ba25a58 checkpoint tap 2009-01-27 21:22:50 -08:00
Craig Dowell
738d71e954 checkpoint tap bridge 2009-01-27 20:26:34 -08:00
Craig Dowell
6b7eeeff77 branch merge 2009-01-27 12:39:43 -08:00
Craig Dowell
bcec13606f checkpoint tap development 2009-01-27 12:36:46 -08:00
Gustavo J. A. M. Carneiro
a9edcf4928 Make sure to call ns3.Simulator.Destroy() before python exit to avoid segmentation faults on program exit. 2009-01-27 14:18:55 +00:00
Tom Henderson
eaa8e9880e add wifi-architecture figure to manual 2009-01-26 13:41:54 -08:00
Gustavo J. A. M. Carneiro
a77eb54bcc Workaround WAF issue 325 for generating module header files 2009-01-25 21:57:24 +00:00
Gustavo J. A. M. Carneiro
e300331c6a samples/main-test-sync also depends on the realtime optional feature 2009-01-25 15:44:55 +00:00
Gustavo J. A. M. Carneiro
d7cf4f2462 Don't use the flag -pthread on darwin to avoid warning message 2009-01-25 15:39:36 +00:00
Gustavo J. A. M. Carneiro
51e6ac3617 Fix 'no newline at the end of file' compilation error in the pthread test 2009-01-25 14:52:09 +00:00
Gustavo J. A. M. Carneiro
90a0977871 EmuNetDevice also depends on the availibility of threading support 2009-01-25 14:48:47 +00:00
Gustavo J. A. M. Carneiro
d4f67a66db Detect pthread support by compiling a test program with the -pthread switch, not just check for the header file. 2009-01-24 19:25:33 +00:00
Gustavo J. A. M. Carneiro
a88ba4fd5b librt is need not for threading primitives but for the real time scheduler 2009-01-24 18:47:47 +00:00
Gustavo J. A. M. Carneiro
ca8a6c03df Bug #323: waf --valgrind doesn't check for valgrind first 2009-01-24 18:09:29 +00:00
Gustavo J. A. M. Carneiro
3cc5929ab6 (from Tom Henderson) make valgrind return an error exit code when problems are detected. Closes #449. 2009-01-24 15:51:09 +00:00
Gustavo J. A. M. Carneiro
5e8275ba01 Try to guess NSC location (finally closes #478) 2009-01-24 15:38:20 +00:00
Gustavo J. A. M. Carneiro
92b5bc7309 Try to guess pybindgen location (more #478) 2009-01-24 15:28:54 +00:00
Gustavo J. A. M. Carneiro
2e2fd95111 Try to guess the location of the reference traces, when --with-regression-traces is not given (#478) 2009-01-24 12:52:58 +00:00
Gustavo J. A. M. Carneiro
b2c212c239 Run regression tests as WAF tasks, plus simplify how unit tests are declared. Closes #480. 2009-01-24 12:25:52 +00:00
Craig Dowell
69fe82e39f Alloc clients to omit /Names/ in Names::Find 2009-01-23 15:18:40 -08:00
Gustavo J. A. M. Carneiro
55930dc4fe Add a dashed box around DcaTxop and MacRxMiddle in the wifi architecture figure; closes #447. 2009-01-23 15:18:03 +00:00
Gustavo J. A. M. Carneiro
fcc6829b8e merge 2009-01-23 15:07:18 +00:00
Craig Dowell
f1e20b3f98 move a function definition in names.cc for a little more clarity 2009-01-22 23:54:11 -08:00
Craig Dowell
3e652dbc55 rename object-names.{cc,h} to names.{cc,h} per convention 2009-01-22 23:07:34 -08:00
Raj Bhattacharjea
63b331ecd2 Remove the nonsensical GetSeed 2009-01-22 15:59:50 -05:00
Raj Bhattacharjea
1858b93cfa Update the bindings 2009-01-22 15:13:47 -05:00
Raj Bhattacharjea
bf33a71945 Michelle's bounds patch 2009-01-22 14:42:18 -05:00
Raj Bhattacharjea
eb416a364b Mathieu's patch: update users of GetSingleValue 2009-01-22 14:12:56 -05:00
Raj Bhattacharjea
924600646a Apply Mathieu's change: remove all calls to SetSeed 2009-01-22 14:11:09 -05:00