Mathieu Lacage
421ea7d458
update documentation
2009-06-04 08:41:15 +02:00
Mathieu Lacage
a8e074d6e3
new tags
2009-06-03 08:49:40 +02:00
Mathieu Lacage
661691fdc3
merge with HEAD
2009-06-02 19:46:01 +02:00
Mathieu Lacage
1a7d263bfa
Backed out changeset b7faa7398d1e
2009-06-02 19:45:03 +02:00
Pavel Boyko
833865e151
bug 572: Tag offsets not updated in Packet::PeekData
2009-06-02 19:40:05 +02:00
Mathieu Lacage
e2516b5ef1
merge with HEAD
2009-06-02 16:38:24 +02:00
Mathieu Lacage
3cac2b93bb
improve logging output
2009-06-02 16:37:41 +02:00
Mathieu Lacage
ec6fbe54f4
add missing log call
2009-06-02 16:23:39 +02:00
Tom Henderson
fd3a3f8881
more doxygen cleanup
2009-05-31 22:11:52 -07:00
Tom Henderson
81bde7afdf
Doxygen cleanup
2009-05-30 15:20:56 -07:00
Tom Henderson
c689bb0303
some revisions to the routing section of the manual
2009-05-30 10:38:27 -07:00
Tom Henderson
ddb42cdc0d
Enable EmuNetDevice for multicast, based on underlying device (bug 571)
2009-05-29 06:40:34 -07:00
Tom Henderson
017a9d1a79
add comment about NS_OBJECT_ENSURE_REGISTERED() macro to the manual
2009-05-29 13:33:20 -07:00
Mathieu Lacage
bf0c6fa9db
fix link on osx
2009-05-29 14:44:12 +02:00
Mathieu Lacage
8470920dd1
fix build
2009-05-29 10:22:31 +02:00
Tom Henderson
d135c7a71c
api changes and release notes for IPv4 routing rework
2009-05-28 21:41:45 -07:00
Tom Henderson
1191db6cd4
bindings/ changes for IPv4 routing rework
2009-05-28 21:38:49 -07:00
Tom Henderson
b002b52934
examples/ changes for IPv4 routing rework
2009-05-28 21:38:06 -07:00
Tom Henderson
f2804fd500
src/ and utils/ changes for IPv4 routing rework
2009-05-28 21:37:25 -07:00
Mathieu Lacage
04f4929b8f
update RELEASE_NOTES
2009-05-28 20:16:56 +02:00
Gary Pei
7b6bf39786
802.11b PHY support
2009-05-28 20:10:27 +02:00
Gary Pei
a5f5038994
Fixed propagation loss model
2009-05-28 20:09:28 +02:00
Mathieu Lacage
96a75ab17e
merge with head
2009-05-28 18:25:53 +02:00
Timo Bingmann
80c6afdc9d
typo
2009-05-28 18:24:41 +02:00
Timo Bingmann
b216bebf29
const cleanup
2009-05-28 18:21:05 +02:00
Timo Bingmann
22e869d829
test propagation loss models
2009-05-28 18:19:51 +02:00
Timo Bingmann
b6c91e78f8
Nakagami propagation loss model from ns2
2009-05-28 18:19:23 +02:00
Timo Bingmann
76b4f1840b
increment precision of PI
2009-05-28 18:15:23 +02:00
Gustavo J. A. M. Carneiro
522b2711da
Pull in new pybindgen version for bug fixes
2009-05-28 17:13:44 +01:00
Timo Bingmann
53f38a0f41
const cleanup
2009-05-28 17:52:17 +02:00
Mathieu Lacage
7e2cb3dd60
move GetEifsNoDifs to DcfManager
2009-05-28 17:49:52 +02:00
Timo Bingmann
c818ab2eb3
move GetEifsNoDifs to DcfManager
2009-05-28 17:49:38 +02:00
Mirko Banchi
f299e0e1cc
last amsdu subframe in an A-MSDU should have no padding
2009-05-28 11:07:41 +02:00
Mathieu Lacage
d103e5418c
Don't allow pybindgen version greater than our requested version, to avoid python scanning generating backward incompatible API defs.
2009-05-24 11:39:41 +01:00
Tom Henderson
71272db683
initialize timer in Timer unit tests
2009-05-21 06:46:38 -07:00
Tom Henderson
0e9b2360a2
Fix bug 570 (ArpCache not registered)
2009-05-21 06:07:03 -07:00
Tom Henderson
9cdc0cfd71
rescan python bindings
2009-05-21 06:04:40 -07:00
Tom Henderson
4159520b4b
fix packet tag manual documentation
2009-05-21 06:03:42 -07:00
Mathieu Lacage
fa5e05290d
fix uninitialized variable
2009-05-20 15:54:56 +02:00
Fabian Mauchle
9c63493280
bug 568: Timer's default destroy policy not set.
2009-05-19 15:41:01 +02:00
Andrey Hippo
0abda7e938
bug 567: --enable-static does not work on i686
2009-05-19 15:39:15 +02:00
Mathieu Lacage
bf673cf808
rescan python
2009-05-19 15:35:05 +02:00
Mathieu Lacage
2f0944386f
bug 560: remove deprecated methods.
2009-05-19 15:34:20 +02:00
Gustavo J. A. M. Carneiro
e37a5eed7a
Don't event try to enable -Wl,--soname option if we're not on linux.
2009-05-18 14:10:49 +01:00
Gustavo J. A. M. Carneiro
990960bbca
Add -Wl,--soname=libns3.so to link flags to allow dlopen hacks
...
Mathieu's explanation:
"""
In python, I want to load the ns3 python bindings without having to
install libns3.so in /usr and without having to configure
LD_LIBRARY_PATH. So, I need to dlopen (RTLD_GLOBAL) libns3.so before
doing imp.find_module ('ns3') to ensure that python finds the libns3.so
library. To do the dlopen, I need to give a full path to libns3.so but,
if you do this without a soname, the dynamic loader does not know about
libns3.so: it knows only about /foo/bar/libns3.so.
"""
2009-05-18 11:06:26 +01:00
Mathieu Lacage
61fe7606d8
add missing constructor
2009-05-14 10:21:38 +02:00
Adrian S. W. Tam
32a92483aa
fixed packet trace time bomb in csma
2009-05-11 11:18:18 -07:00
Mirko Banchi
dcf19a8a72
mismatching type
2009-05-11 14:02:17 +02:00
Adrian S.-W. Tam
2fba7f868e
test and fix Buffer::Iterator::WriteHtolsbU64, Buffer::Iterator::ReadU64 , Buffer::Iterator::ReadLsbtohU64
2009-05-07 09:13:06 +02:00
Mathieu Lacage
a41ad5c951
improve wording
2009-05-05 16:08:36 +02:00