Commit Graph

474 Commits

Author SHA1 Message Date
Mathieu Lacage
42282f5512 implement operator >> 2008-04-11 16:52:12 -07:00
Mathieu Lacage
0e65d73baa implement operator >> 2008-04-11 16:51:58 -07:00
Mathieu Lacage
696859e936 add a few missing ns3:: prefixes in TypeId names. 2008-04-10 11:50:08 -07:00
Mathieu Lacage
a75e91cc03 add ObjectVector::GetItemTypeId 2008-04-09 14:58:52 -07:00
Mathieu Lacage
478e810ad5 add some debugging 2008-04-09 10:01:16 -07:00
Tom Henderson
3f1c2d2653 some additional debugging for addressing conflicts 2008-04-08 23:10:11 -07:00
Raj Bhattacharjea
05019b6214 Add TCP delayed acks 2008-04-04 17:20:36 -04:00
Mathieu Lacage
d1d683ee21 remove 'All rigts reserved' keyword per tom's suggestion 2008-03-31 14:56:41 -07:00
Mathieu Lacage
812fc3be75 add missing license headers 2008-03-31 14:50:25 -07:00
Mathieu Lacage
ae4529b819 fix typo 2008-03-31 14:44:13 -07:00
Mathieu Lacage
2c1c5afe91 get rid of channel during dispose 2008-03-31 14:43:38 -07:00
Providence SALUMU MUNGA
46cc3fab6d make sure dev is initialized correctly when binding to more than one interface. 2008-03-28 11:26:59 -07:00
Mathieu Lacage
a6979a7bb9 remove PacketSocketFactory aggregation from Node base class 2008-03-25 14:15:34 -07:00
Mathieu Lacage
7f56378951 merge with head 2008-03-24 16:32:16 -07:00
Craig Dowell
ff02feb0b7 quiet unused variable warning 2008-03-24 15:48:09 -07:00
Craig Dowell
991e83fe2c address generator, address collision checker 2008-03-24 15:31:54 -07:00
Mathieu Lacage
dafc9f88ae doxygen 2008-03-24 13:57:14 -07:00
Mathieu Lacage
69ddf50d98 merge 2008-03-24 13:33:56 -07:00
Mathieu Lacage
386b5fe6eb make ns3::Channel wholy pure. 2008-03-24 13:33:41 -07:00
Craig Dowell
341ef1908c fix unit tests 2008-03-24 12:56:39 -07:00
Craig Dowell
e1c0003987 ip helper and find ip interface for device method on ipv4 2008-03-21 17:26:01 -07:00
Mathieu Lacage
4f3921d1bf remove reference to trace resolver. 2008-03-21 13:14:00 -07:00
Mathieu Lacage
53b3d2bb1f SimpleChannel/SimpleNetDevice. Use them where needed. 2008-03-20 15:27:48 -07:00
Mathieu Lacage
cabfd83031 improve pretty-printing output. 2008-03-19 11:10:37 -07:00
Mathieu Lacage
2f666d9622 make sure all headers and trailers gets a constructor registered in their TypeId. 2008-03-19 10:31:50 -07:00
Mathieu Lacage
6b9fc231e1 remove dead code. 2008-03-17 14:49:52 -07:00
Mathieu Lacage
5d4ecfc62c define a TypeId for each Header/Trailer. 2008-03-17 13:12:17 -07:00
Gustavo J. A. M. Carneiro
9cf6137916 Add a 'module' attribute to the ns3header object specifying which module each set of headers belongs to. 2007-12-26 13:40:39 +00:00
Mathieu Lacage
36995793fb merge with HEAD 2008-03-14 16:37:02 -07:00
Mathieu Lacage
be10286ae5 merge with HEAD 2008-03-13 14:35:54 -07:00
Mathieu Lacage
c4b1bff412 move helpers to their own dir. 2008-03-13 14:24:45 -07:00
Mathieu Lacage
848cb7cfb5 add back support for introspected doxygen. 2008-03-13 12:56:49 -07:00
Mathieu Lacage
fb452286e6 add Application::SetNode and NetDevice::SetNode, use them from Node::AddApplication and Node::AddDevice. kill useless "Node" attributes. 2008-03-13 11:10:38 -07:00
Mathieu Lacage
b5a8d46096 get rid of CreateObjectWith 2008-03-11 13:30:12 -07:00
Mathieu Lacage
a4c5f55812 rename old VALUE leftovers 2008-03-10 00:46:44 +01:00
Mathieu Lacage
6f26975964 more FailSafe methods 2008-03-09 21:28:27 +01:00
Guillaume Vu-Brugier
fceeaca439 store length type field in ethernet packets in network order. 2008-03-07 11:36:33 -08:00
Mathieu Lacage
773b4d80a5 get rid of DefaultValue usage in internet-node 2008-03-03 19:38:05 +01:00
Mathieu Lacage
a786828ddf kill TraceResolver et al. 2008-03-03 01:58:57 +01:00
Mathieu Lacage
23bfe3fe09 remove old trace system 2008-03-02 22:53:11 +01:00
Mathieu Lacage
99f4928d7c port AsciiTrace to Config::ConnectWithContext 2008-03-02 22:08:17 +01:00
Mathieu Lacage
356b89e672 re-implement tracing using Attributes. 2008-03-02 21:57:51 +01:00
Mathieu Lacage
db4e999d61 register and unregister the NodeList as a config root namespace 2008-03-02 21:12:21 +01:00
Mathieu Lacage
4a1cb62fce add extra NodeContainer constructors 2008-03-01 05:40:06 +01:00
Mathieu Lacage
e06e3096cb merge with HEAD 2008-02-27 22:19:39 +01:00
Mathieu Lacage
0c586271e5 introduce the ns3::String class, get rid of the string -> Attribute implicit conversion, and get rid of MakeDataRate, port PointToPointNetDevice to Attributes 2008-02-27 21:41:34 +01:00
Mathieu Lacage
fe07d43e5d convert CsmaNetDevice to Attributes. 2008-02-27 20:23:57 +01:00
Mathieu Lacage
e5e35f6545 port Applications to Attributes 2008-02-27 00:05:23 +01:00
Mathieu Lacage
fb2f498e54 make Ipv4Address/Ipv4Mask attributes 2008-02-26 23:26:59 +01:00
Mathieu Lacage
a5c397f21b convert NodeList to Attributes. 2008-02-26 18:17:29 +01:00