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.
9c172a5b81
Fix Bug 1687: wscript features report doesn't respect NOCOLOR
2013-08-14 14:12:38 -07:00
Peter D. Barnes, Jr.
ef45e91592
Update RELEASE_NOTES with Bug 1738
2013-08-14 13:31:46 -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
Alexander Afanasyev
a6857b4ec7
bug 1754: add missing GIL lock in generated callback destructor
2013-08-13 22:56:39 -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
Tommaso Pecorella
81d40b0d40
Add "verbose" command line to IPv6 examples
2013-08-13 17:56:01 +02:00
Tommaso Pecorella
7dea6107f3
Remove obsolete StackHelper from IPv6 examples
2013-08-13 17:56:25 +02: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
73a35c8397
update CHANGES.html and RELEASE_NOTES
2013-08-09 04:35:13 -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
Tom Henderson
3847257057
update required pybindgen version
2013-08-03 07:56:38 -07:00
Peter D. Barnes, Jr.
bc943dd161
Fix check marks in Tutorial
2013-08-02 14:08:36 -07: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
60031116c0
updated RELEASE_NOTES
2013-07-31 19:33:45 +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