Mathieu Lacage
ec6fbe54f4
add missing log call
2009-06-02 16:23:39 +02: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
Mathieu Lacage
2296cdca9d
enable python+static build on osx
2009-05-05 14:55:23 +02:00
Mathieu Lacage
0f13d33e4a
enable static builds on cygwin
2009-05-05 14:47:08 +02:00
Mathieu Lacage
87c9c58765
enable darwin static builds
2009-05-05 12:00:29 +02:00
Mathieu Lacage
f09595116e
merge
2009-05-04 20:22:08 +02:00
Mathieu Lacage
83eb1a3a33
attempt to detect broken --enable-static invocations.
2009-05-04 20:21:37 +02:00
Mathieu Lacage
a269556050
pass regression tests on mingw
2009-05-04 16:30:53 +02:00
Mathieu Lacage
b5685eb9ee
Fix build on osx-ppc optimized gcc 4.0.1
2009-05-04 11:24:17 +02:00
Tom Henderson
3c5b3218d8
remove Control-M from example
2009-05-01 09:07:04 -07:00
Mirko Banchi
6bf3f47ea5
update manual
2009-05-01 14:34:27 +02:00
Mirko Banchi
1066eb4764
fix access class table
2009-04-30 14:11:58 +02:00
Gustavo J. A. M. Carneiro
7197fc0d27
Fix Python bindings build with gcc < 4
2009-04-30 10:57:30 +01:00
Mirko Banchi
1a4b128917
update tutorial
2009-04-29 20:55:56 +02:00