John Abraham
5adb032add
Bug 1522 - Hidden node scenario leads to ARP failure
2013-08-15 09:50:34 -07:00
John Abraham
490bd45706
Bug 1190 - Suppress hello if bcast was sent within the last hello interval
2013-08-15 09:49:40 -07:00
John Abraham
08e8705d2b
Bug 1190 - Suppress hello if bcast was sent within the last hello interval
2013-08-15 09:48:40 -07:00
Peter D. Barnes, Jr.
cb27e3276b
Silence erroneous strict alias warning from a gcc 4.4 bug
...
Casting \c (void*) triggers a strict alias warning bug
in gcc 4.4 (see \bugid{1738}).
In the murmur3 code, data is returned by
\code
void Function (... , void * out)
{
...
*(uint32_t *)out = ...
}
\endcode
which triggers the erroneous warning.
We suppress strict-alias warnings in this compilation unit.
(gcc 4.4 doesn't support the <tt>diagnostic push/pop</tt> pragmas,
so we can't narrow down the suppression any further.)
2013-08-14 12:56:31 -07:00
Vedran Miletić
f9f3110086
Remove unused wifiMode variable, fix build
2013-08-14 12:21:20 +02:00
Alexander Afanasyev
47a985c9ca
[PATCH] core: Extending public interface of CommandLine class
2013-08-13 23:19:31 -07:00
Tom Henderson
b4828adb74
update wifi bindings
2013-08-13 22:54:45 -07:00
Tom Henderson
92b58436dd
remove unimplemented declaration
2013-08-13 22:43:08 -07:00
Ghada Badawy
085a0eea39
partial 802.11n support
2013-08-13 22:05:25 -07:00
Tom Henderson
8ae2fe07e2
rescan bindings
2013-08-13 10:37:49 -07:00
Tom Henderson
41f1d3a0f1
avoid use of core-module.h header in src tree
2013-08-13 10:37:41 -07:00
Tom Henderson
c9e45e84a4
add missing files
2013-08-12 22:51:37 -07:00
Tommaso Pecorella
4674443c4e
Fix optimized build
2013-08-12 22:07:12 +02:00
Tom Henderson
e90499b800
rescan bindings
2013-08-12 10:19:28 -07:00
Tommaso Pecorella
54564e2fa6
Bug 1702 - A router should't aways add itself as the default router
2013-08-07 23:18:48 +02:00
Tommaso Pecorella
3f302f67cf
Missing header in RadvdHelper
2013-08-12 15:54:59 +02:00
Tommaso Pecorella
c8cdd17d4d
Bug 1728 - Radvd application is missing an Helper
2013-07-12 00:03:20 +02:00
Tommaso Pecorella
020b61615e
Bug 1752 - RadvdInterface m_defaultLifeTime is set to milliseconds instead of seconds
2013-08-12 07:35:18 +02:00
Tommaso Pecorella
17e7d24deb
Bug 1721 - Path MTU isn't handled properly
2013-08-12 06:51:18 +02:00
Tom Henderson
f2eaddb1c8
add logging to aggregators
2013-08-11 20:53:01 -07:00
Tommaso Pecorella
ce46777402
Add IPv6 packet support to data collection
2013-08-11 12:34:17 +02:00
Tom Henderson
164b71ff79
fix typo
2013-08-10 16:55:31 -07:00
Tom Henderson
45df4eb9d0
rescan bindings
2013-08-09 07:03:31 -07:00
Tom Henderson
d34a027551
fix module dependency
2013-08-09 06:35:28 -07:00
Tom Henderson
73237d891a
fix return type
2013-08-09 06:15:11 -07:00
Tom Henderson
77c6927bbb
data collection documentation
2013-08-09 05:22:00 -07:00
Tom Henderson
2a08426b17
data collection extensions for stats module
2013-08-08 06:40:41 -07:00
John Abraham
fe13017646
Bug 1747 - Openflow traces not triggering on some occasions
2013-08-07 22:33:15 -07:00
Tom Henderson
7bcffef2ad
fix optimized build
2013-08-06 21:41:54 -07:00
Peter D. Barnes, Jr.
97646e6481
Fix broken merge of LTE docs with Models
2013-08-06 15:34:43 -07:00
Peter D. Barnes, Jr.
24f144493f
Fix quoting error
2013-08-06 15:34:02 -07:00
Peter D. Barnes, Jr.
ca0a436d75
Remove duplicate Makefile rules
2013-08-06 15:07:25 -07:00
Francisco Javier Sánchez-Roselly
8614ce3317
Bug 1742 - IPv6 HbH and Dst Extension Header size is not correctly calculated
2013-08-05 19:19:43 +02:00
Peter D. Barnes, Jr.
c703785f9e
Restore original casts, see bug 1738
2013-08-02 12:31:16 -07:00
Nicola Baldo
29e45d8e8a
merge
2013-08-02 12:13:34 +02:00
Peter D. Barnes, Jr.
8831c14c0c
Handle showpos bug in gcc libstc++ 4.2.
2013-08-01 16:26:07 -07:00
Tom Henderson
a8673b52f2
update bindings
2013-08-01 09:35:13 -07:00
Marco Miozzo
eab4931585
Adjust test vectors of scheduler extensive tests with new MCS BLER curves
2013-08-01 17:38:25 +02:00
Nicola Baldo
82d158cfc0
fixed bug in buildings-pathloss-profiler example
2013-07-31 19:48:46 +02:00
Nicola Baldo
40b4dcf18a
merged lena-dev with ns-3-dev
2013-07-31 19:18:59 +02:00
John Abraham
bd0dd3aae6
NetAnim: Typo in rp tag
2013-07-30 05:30:15 -07:00
Nicola Baldo
dbc19eb9f0
addressed the comments in https://codereview.appspot.com/11374043/#msg2
2013-07-29 14:07:42 +02:00
Nicola Baldo
a4a7b6b277
addressed the comments in https://codereview.appspot.com/11372043/#msg1
2013-07-29 13:26:01 +02:00
Tommaso Pecorella
240004bc54
Bug 1296 - Enhancement in Internet module (fix broken static template functions)
2013-07-28 00:00:49 +02:00
Vedran Miletić
e1f1e9a1ad
Revert 097891ca7dea (Change upper-bounded TimeChecker to actually do what documentation says) and fix documentation instead
2013-07-26 21:24:35 +02:00
Vedran Miletić
19c09725a9
Change upper-bounded TimeChecker to actually do what documentation says
2013-07-26 14:17:48 +02:00
Peter D. Barnes, Jr.
d14530f0ca
Fix unit conversion of negative Times
...
Thanks to Vedran for finding this.
Example:
Time tneg = Seconds (-1);
NS_LOG_UNCOND ( tneg << ", in s: " << tneg.ToInteger (Time::S));
produces
-1000000000.0ns, in s: 18446744072
Correct result is
-1000000000.0ns, in s: -1
2013-07-25 12:17:08 -07:00
Peter D. Barnes, Jr.
0ae8b1cb8d
[Doxygen] src/core
2013-07-24 17:15:33 -07:00
Peter D. Barnes, Jr.
6385919add
[Doxygen] Organize Core/Random Variables
2013-07-24 17:05:36 -07:00
Peter D. Barnes, Jr.
83e2874283
[Doxygen] Collect Attribute docs into Core/Attributes
2013-07-24 17:03:28 -07:00