Commit Graph

4705 Commits

Author SHA1 Message Date
Mathieu Lacage
11679dc9c5 stub release notes for 3.6 2009-08-13 08:47:59 +02:00
Duy Nguyen
63802def20 add an implementation of the minstrel rate control algorithm 2009-08-13 08:45:47 +02:00
Gustavo J. A. M. Carneiro
0ceaecc18f Reorder the #includes in ns3module_helpers.cc to solve Fedora 11 compilation error 2009-08-12 12:07:25 +01:00
Tom Henderson
3ae5224641 fix Ipv4 doxygen error 2009-08-11 21:29:18 -07:00
Tom Henderson
925f920b09 document how to assign attributes in constructor 2009-08-07 16:02:06 -07:00
Tom Henderson
b93690cac7 fix manual for ConfigStore 2009-08-07 15:34:45 -07:00
Duy Nguyen
dc035d6142 fix for bug 650 (PacketSocket Close() 2009-08-06 21:58:04 -07:00
Tom Henderson
7d21df488f Implement UdpSocketImpl::Close () 2009-08-05 20:53:44 -07:00
Pavel Boyko
2228a32b8f Route lookup removed in ARP request (see bug 606) 2009-08-06 10:23:12 +04:00
Tom Henderson
c4145809c9 bug 642: allow multiple InternetStackHelpers to be instantiated 2009-07-27 23:04:19 -07:00
Tom Henderson
61672f39a8 Fix first.py example 2009-07-26 07:25:19 -07:00
Kirill Andreev
57634eb170 back out Radiotap header change causing regression 2009-07-24 07:04:29 -07:00
Pavel Boyko
0888097992 Review issue 88093: Minor changes in wifi module needed by 802.11s 2009-07-16 16:55:20 +04:00
Pavel Boyko
5665cf136d merge 2009-07-16 15:57:19 +04:00
Pavel Boyko
dae8a0debb Initial multichannel support in Yans Wifi PHY. 2009-07-16 15:56:42 +04:00
Mathieu Lacage
82f915fd5a fix optimized build for true 2009-07-16 13:40:56 +02:00
Mathieu Lacage
4b26cca7e6 rescan python 2009-07-16 13:12:34 +02:00
Mathieu Lacage
cf7de38ffd bug 381: Wifi crashes on shutdown 2009-07-16 12:31:26 +02:00
Kirill Andreev
a3cac79763 Bug 625: Wrong calculation of GetAccessGrantStart in DcfManager. 2009-07-16 13:51:12 +04:00
Nicola Baldo
890bd62643 fixed g++-3.4 build 2009-07-16 11:19:43 +02:00
Mathieu Lacage
52d2d61105 fix optimized build 2009-07-15 14:59:44 +02:00
Mathieu Lacage
0d45e73575 merge with HEAD 2009-07-15 14:49:37 +02:00
Nicola Baldo
85f7e477a8 made InterferenceHelper::CalculateTxDuration () static 2009-07-15 13:06:11 +02:00
Mathieu Lacage
9028ab74c9 make sure memory is initialized 2009-07-15 08:36:41 +02:00
Ramon Bauza
70c0c5b283 Support for 5 and 10Mhz wifi channels 2009-07-13 14:30:12 +02:00
Mathieu Lacage
04b32fd736 bug 627: Jakes Propagation Loss Model doesn't properly calculate signal loss 2009-07-13 09:57:32 +02:00
Pavel Boyko
ced9c50874 Use operator== instead of operator!= in NS_TEST_ASSERT_EQUAL 2009-07-13 09:07:02 +02:00
Craig Dowell
f4e1452ceb emu device shouldn't be adding an FCS 2009-07-10 11:56:35 -07:00
Craig Dowell
1dd403987a harden emu net device against malformed packets 2009-07-10 09:50:24 -07:00
Tom Henderson
fe614e6e90 fix bug preventing the sending of packets to a local IP address (bug 632) 2009-07-08 21:45:23 -07:00
Tom Henderson
1817b596db a few more doxygen fixes 2009-07-08 10:47:22 -07:00
Tom Henderson
e56c013bb1 fix doxygen errors 2009-07-08 10:05:39 -07:00
Gustavo J. A. M. Carneiro
97615b3dfc Bug 628: Virtual Net Device's DoDispose doesn't clean up properly; patch by Antti Mäkelä. 2009-07-08 11:14:16 +01:00
Mirko Banchi
7c019c2ef3 coding style 2009-07-07 23:48:03 +02:00
Mirko Banchi
9cd2aaf73e coding style 2009-07-07 23:43:47 +02:00
Mathieu Lacage
ceccfdbb80 avoid excessive calls to GetObject during topology construction 2009-07-07 21:18:01 +02:00
Mathieu Lacage
37f9bb6100 kill confusing virtual keywords 2009-07-07 16:18:55 +02:00
Mathieu Lacage
1da654aeb0 kill dead code 2009-07-07 13:05:23 +02:00
Mathieu Lacage
d90fd1db17 add StaticCast to mirror DynamicCast and ConstCast 2009-07-07 13:03:21 +02:00
Mathieu Lacage
7b134cbafb merge with HEAD 2009-07-04 08:54:33 +02:00
Mathieu Lacage
9d5557f7b9 bring back the -dev version number 2009-07-04 08:53:44 +02:00
Mathieu Lacage
e3015a9df6 Added tag ns-3.5 for changeset c975274c9707 2009-07-04 08:15:48 +02:00
Mathieu Lacage
a5e2a67564 bump version number 2009-07-04 08:14:57 +02:00
Mathieu Lacage
c07a0c5116 tweaks 2009-07-04 08:14:38 +02:00
Craig Dowell
e9fc1f1d73 branch merge 2009-07-03 08:27:22 -07:00
Craig Dowell
fefc37fb32 updates to manual for 3.5 2009-07-03 08:26:52 -07:00
Gustavo J. A. M. Carneiro
3b71ecc23c More virtual-net-device.cc bug fixes 2009-07-03 16:15:06 +01:00
Gustavo J. A. M. Carneiro
a937e5b60e merge 2009-07-03 14:14:25 +01:00
Gustavo J. A. M. Carneiro
e53734ed32 Add doxygen for BridgeHelper 2009-07-03 14:12:28 +01:00
Nicola Baldo
bf7bb688d8 merged ns-3-dev 2009-07-03 13:52:20 +02:00