Commit Graph

2307 Commits

Author SHA1 Message Date
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
Providence SALUMU MUNGA
02dc54f597 tx power shoudl reflect the user-selected power level, not be always the power level zero. 2008-03-28 11:25:07 -07:00
Mathieu Lacage
e963c05aeb add ascii and pcap tracing support to csma helper. 2008-03-28 11:19:38 -07:00
Mathieu Lacage
cb475c1750 improve doxygen documentation. 2008-03-28 10:38:03 -07:00
Mathieu Lacage
4202275d10 give refcounting powers to PcapWriter. 2008-03-28 10:23:31 -07:00
Mathieu Lacage
e9c67a3ada Rx traces report the full packet and make sure we set the length field correctly in case of LLC encapsulation 2008-03-28 10:21:57 -07:00
Mathieu Lacage
ba70c90271 export header. 2008-03-27 15:32:15 -07:00
George F. Riley
8d084573dc bug: 147. Add RefCountBase 2008-03-27 15:28:54 -07:00
Mathieu Lacage
9644e5ee88 remove include 2008-03-27 15:22:04 -07:00
Mathieu Lacage
74541b0d23 remove useless trailing ; 2008-03-27 15:21:08 -07:00
Mathieu Lacage
fa2983e8a4 remove useless trailing ; 2008-03-27 15:21:05 -07:00
Mathieu Lacage
a280c30a20 remove dead member 2008-03-27 15:20:47 -07:00
Mathieu Lacage
a85420cd34 merge with HEAD 2008-03-27 12:21:58 -07:00
Mathieu Lacage
982fe8454b port to helper API 2008-03-27 12:20:26 -07:00
Mathieu Lacage
b5cfd48e9a helper for UdpEcho client and server 2008-03-27 12:20:14 -07:00
Mathieu Lacage
b7f945f750 add UdpEchoClient::SetRemote 2008-03-27 12:19:22 -07:00
Mathieu Lacage
942f3404a3 improve attribute help string 2008-03-27 12:19:00 -07:00
Mathieu Lacage
fd49891782 fix missing includes 2008-03-27 11:47:58 -07:00
Raj Bhattacharjea
6191bda098 Implement TcpHeader::Print (bug 151) 2008-03-27 12:27:41 -04:00
Raj Bhattacharjea
473ea28f10 Cleanup of RandomVariable doxygen (bug 110) 2008-03-27 11:36:23 -04:00
Mathieu Lacage
37f1478f00 use an attribute name which matches the member variable and method 2008-03-26 16:12:36 -07:00
Mathieu Lacage
2fe2751c9e do not aggregate error model to device 2008-03-26 14:53:00 -07:00
Mathieu Lacage
011e2bbb70 add extra convenience constructors 2008-03-26 14:50:56 -07:00
Mathieu Lacage
4e2a41ae85 add SetMetric 2008-03-26 14:18:12 -07:00
Mathieu Lacage
72f7ffdb6d merge with head 2008-03-26 13:51:46 -07:00
Mathieu Lacage
89d089c506 introduce Ipv4InterfaceContainer and make Ipv4AddressHelper::Allocate return it. 2008-03-26 13:51:07 -07:00
Gustavo J. A. M. Carneiro
83dea96517 merge 2008-03-26 18:20:56 +00:00
Gustavo J. A. M. Carneiro
e1d6ca18e1 Don't generate module dependencies includes in module headers. 2008-03-26 18:20:30 +00:00
Raj Bhattacharjea
7020d1611e A CSMA channel typo (Bug 152 reported by Guillaume Vu-Brugier) 2008-03-26 11:15:42 -04:00
Mathieu Lacage
5fe039c6a6 use the factories. 2008-03-25 17:13:32 -07:00
Mathieu Lacage
cabb264eef initialize factories correctly. 2008-03-25 17:02:14 -07:00
Mathieu Lacage
ab8a395c49 ensure type is registered 2008-03-25 17:01:56 -07:00
Mathieu Lacage
da1d232338 make MaxBytes an attribute 2008-03-25 16:05:59 -07:00
Mathieu Lacage
d869416a92 merge with HEAD 2008-03-25 14:17:35 -07:00
Mathieu Lacage
4966231237 add new files to build. 2008-03-25 14:16:26 -07:00
Mathieu Lacage
1724e3ceec aggregate PacketSocketFactory unconditionally. 2008-03-25 14:16:10 -07:00
Mathieu Lacage
58dd143df7 aggregate PacketSocketFactory when requested to. 2008-03-25 14:15:56 -07:00
Mathieu Lacage
a6979a7bb9 remove PacketSocketFactory aggregation from Node base class 2008-03-25 14:15:34 -07:00
Raj Bhattacharjea
7b8b8e8de3 Fix a typo that caused stack overflow 2008-03-25 11:51:22 -04:00
Mathieu Lacage
7f56378951 merge with head 2008-03-24 16:32:16 -07:00
Mathieu Lacage
8872354a55 a bunch of new helpers. 2008-03-24 16:31:14 -07:00
Mathieu Lacage
5117b61f63 create an ipv4 interface if there is none. 2008-03-24 16:30:25 -07:00
Mathieu Lacage
bb59c6a9fb register constructor 2008-03-24 16:30:05 -07:00
Mathieu Lacage
c6868e0961 ensure registration. 2008-03-24 16:29:43 -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
9b4661c799 add missing include 2008-03-24 13:57:07 -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