Commit Graph

938 Commits

Author SHA1 Message Date
Tom Henderson
3aa83b20ff include node.h 2007-07-06 17:13:49 -07:00
Tom Henderson
1194823a73 Add more scaffolding 2007-07-06 16:57:35 -07:00
Tom Henderson
60685f35d8 Add static-route-manager scaffolding 2007-07-06 16:44:58 -07:00
Tom Henderson
4d9b0f6157 Add routing dependency to inode in SConstruct 2007-07-06 16:21:50 -07:00
Craig Dowell
e2428486b1 merge ns3-dev 2007-07-06 15:10:01 -07:00
Craig Dowell
5a7dd75687 static routing 2007-07-06 15:07:03 -07:00
Craig Dowell
42bc462559 static routing 2007-07-06 15:06:26 -07:00
Craig Dowell
d0ff4c3306 static routing 2007-07-06 15:05:47 -07:00
Craig Dowell
2f5acd74d9 static routing 2007-07-06 15:04:33 -07:00
Craig Dowell
7979a01371 static routing 2007-07-06 15:03:59 -07:00
Tom Henderson
59633b8ba6 remove p2p strings in simple-static-routing example 2007-07-06 14:47:01 -07:00
Tom Henderson
1eecfd24f6 merge ns-3-dev 2007-07-06 14:39:59 -07:00
Tom Henderson
fdda9161fe a few fixes to the LSAs 2007-07-06 14:19:40 -07:00
Tom Henderson
4156e28d78 add example static routing script; a few changes to static-router LSAs 2007-07-06 13:13:43 -07:00
Craig Dowell
418275589c beginnings of static routing 2007-07-05 23:27:28 -07:00
Gustavo J. A. M. Carneiro
0b32b0109f WAF: fix simple typo in error message. 2007-07-05 14:48:21 +01:00
Gustavo J. A. M. Carneiro
0f246d7f69 WAF: when the program specified by --run is not found, print a list of all available program names in the error message. 2007-07-05 14:44:00 +01:00
Gustavo J. A. M. Carneiro
d30f4d66de WAF: make the --run option work again 2007-07-05 14:38:39 +01:00
Craig Dowell
58d341cea3 test 2007-07-03 12:43:39 -07:00
Unknown
8b7716b380 Add payload size to UDP 2007-07-01 00:35:59 -07:00
Unknown
96a92d230e more verbose commenting of the sample 2007-07-01 00:21:14 -07:00
Mathieu Lacage
7bed39940e merge with head 2007-07-02 19:47:03 +02:00
Mathieu Lacage
5625551898 append correct unit when printing Time objects 2007-07-02 19:44:18 +02:00
Gustavo J. A. M. Carneiro
fd479088ec WAF scripts update 2007-07-02 18:23:52 +01:00
Mathieu Lacage
bedbfd18d7 add dox doc for header and trailer PrintTo and DoGetName 2007-06-29 08:18:16 +02:00
Craig Dowell
a5e90a8dea test 2007-06-28 14:54:42 -07:00
Craig Dowell
b22e98aa01 test 2007-06-28 14:39:56 -07:00
Craig Dowell
89ea0a9911 test 2007-06-28 14:29:46 -07:00
Mathieu Lacage
2756732458 add more internal documentation 2007-06-28 13:59:51 +02:00
Mathieu Lacage
3bb28c049f test and fix backward printing 2007-06-28 13:43:27 +02:00
Mathieu Lacage
ce57b5d156 more asserts, add failing tests, fix them 2007-06-28 13:01:40 +02:00
Mathieu Lacage
23f4e85f87 fix basic tests, add new test, add a bunch of asserts, add XXX comment 2007-06-28 12:29:21 +02:00
Mathieu Lacage
b937ec5a87 add failing assert 2007-06-28 12:00:00 +02:00
Mathieu Lacage
103a2527ce use pretty printing in ascii output 2007-06-28 11:52:50 +02:00
Mathieu Lacage
18e53720d1 change arp pretty printing to new format 2007-06-28 11:52:16 +02:00
Mathieu Lacage
35f80fc5c3 modify sample packet printer to use ipv4 and udp headers 2007-06-28 11:48:37 +02:00
Mathieu Lacage
993dc85f8f change default pretty printing output format, add doc to metadata data structures 2007-06-28 11:07:38 +02:00
Mathieu Lacage
99bd5418bc merge with head 2007-06-27 20:51:07 +02:00
Gustavo J. A. M. Carneiro
7c1e148ffa WAF: add a warning to the --high-precision-as-double option help text saying they it works in configure. 2007-06-21 12:33:50 +01:00
Gustavo J. A. M. Carneiro
ffa52a935a WAF: simplify --debug-level option to only have debug and optimized as possible values (debug becomes the former ultradebug); Add a warning to some options help text saying they only work in configure. 2007-06-21 12:26:46 +01:00
Gustavo J. A. M. Carneiro
4b4b121366 WAF: be careful not to set gcc-specific flags (like -Werror) when using a non-gcc compiler. 2007-06-21 11:59:55 +01:00
Mathieu Lacage
2964b90925 add testcase, fix bug 2007-06-21 11:07:04 +02:00
Mathieu Lacage
50f2fc5a16 fix small variable name typo 2007-06-21 11:01:15 +02:00
Mathieu Lacage
d879c3c54a merge from head 2007-06-21 09:40:57 +02:00
Gustavo J. A. M. Carneiro
3012f74206 WAF: configure dynamic path for the cygwin platform. 2007-06-21 00:38:58 +01:00
Craig Dowell
7fec46aecf test 2007-06-20 12:07:31 -07:00
Gustavo J. A. M. Carneiro
91aa5250de Add Ipv4Address operator <, to allow Ipv4Address to be used in std::set; Closes #39. 2007-06-19 16:59:44 +01:00
Mathieu Lacage
75d762c0b9 fix small typos 2007-06-18 19:31:27 +02:00
Gustavo J. A. M. Carneiro
67454b117b Add Ipv4Mask == and != operators, similarly to Ipv4Address. 2007-06-18 18:01:28 +01:00
Gustavo J. A. M. Carneiro
3b96881ba2 Bug 37: NS_TEST_ASSERT_EQUAL 2007-06-18 15:55:47 +01:00