Gustavo J. A. M. Carneiro
8b080ef574
Python bindings generation does not need to depend on the 'everything.h' file, only API scanning and compilation of the generated sources.
2008-09-08 11:20:17 +01:00
Unknown
d8dc981267
just remove hires clocks from wall-clock-synchronizer until they are needed
2008-09-06 21:15:59 -07:00
Unknown
e84289cff4
fix MinGW build
2008-09-06 21:04:39 -07:00
Gustavo J. A. M. Carneiro
2284d3d545
merge
2008-09-06 19:25:26 +01:00
Gustavo J. A. M. Carneiro
dcce81147d
Use the information provided by conf.report_optional_feature() to enable/disable python bindings for optional APIs
2008-09-06 19:24:32 +01:00
Unknown
fd149a38f3
no references to timespec if CLOCK_REALTIME undef
2008-09-06 10:41:13 -07:00
Gustavo J. A. M. Carneiro
80ba473c52
For better consistency, option --nsc becomes --enable-nsc, --python-disable becomes --disable-python.
2008-09-06 14:46:01 +01:00
Mathieu Lacage
9e629d895f
make sure aid is initialized
2008-09-05 21:36:20 -07:00
Mathieu Lacage
fb24a25673
compile nsc code unconditionally.
2008-09-05 21:12:00 -07:00
Mathieu Lacage
618313f44c
add AddIpv4Stack, splt functions in independent chunks
2008-09-05 20:00:40 -07:00
Unknown
d8ec3bb638
flip LLC to DIX framing switch in csma
2008-09-05 15:57:46 -07:00
Unknown
f4ea04de0b
apply MTU/FrameSize treatment to point-to-point
2008-09-05 15:18:20 -07:00
Unknown
a618b8efaa
branch merge
2008-09-05 11:57:56 -07:00
Unknown
55279b18b4
MTU, encap mode cleanup for csma
2008-09-05 11:56:17 -07:00
Gustavo J. A. M. Carneiro
b9a4eaca8e
Move all NSC related build code into src/internet-stack, to unclutter a bit the main wscript
2008-09-05 19:55:21 +01:00
Gustavo J. A. M. Carneiro
f77da8c755
Exclude any possible 'nsc' folder from the dist tarball (nsc is ~= 100MB).
2008-09-05 18:42:59 +01:00
Gustavo J. A. M. Carneiro
e4bd4773e8
We don't want mercurial -q option when fetching nsc, user feedback is important.
2008-09-05 18:37:00 +01:00
Gustavo J. A. M. Carneiro
453dd8a294
Add a summary of optional features at the end of the configuration stage.
2008-09-05 18:16:29 +01:00
Gustavo J. A. M. Carneiro
6e375eee8e
New pybindgen, should fix bug #308 .
2008-09-05 16:47:15 +01:00
Unknown
d2dd9c358f
further cleanup of MTU in CSMA
2008-09-04 22:38:52 -07:00
Mathieu Lacage
f759d0c1d2
bug 312: ./waf check fails.
2008-09-04 13:29:13 -07:00
Mathieu Lacage
b641c0d9b2
merge with HEAD
2008-09-04 12:20:02 -07:00
Mathieu Lacage
ca8ec27fdc
forgot to add test file
2008-09-04 12:19:44 -07:00
Gustavo J. A. M. Carneiro
4b5aa5ccca
merge
2008-09-04 18:46:56 +01:00
Gustavo J. A. M. Carneiro
2c7865d6f2
Disable Python support on the CygWin platform, at least until/if the problems are fixed.
2008-09-04 18:45:21 +01:00
Mathieu Lacage
a8dca1e3d3
merge with HEAD
2008-09-04 10:35:04 -07:00
Mathieu Lacage
18b6ad7263
add wifi+wired bridge example
2008-09-04 10:34:42 -07:00
Gustavo J. A. M. Carneiro
fd7fc3f80e
Adjust LD_LIBRARY_PATH for FreeBSD also; fallback to adjusting LD_LIBRARY_PATH when we don't know any better.
2008-09-04 18:30:38 +01:00
Mathieu Lacage
c0dcf4a2cd
testcase for wifi bridging
2008-09-04 10:08:02 -07:00
Mathieu Lacage
bf1e64236f
add NetDeviceContainer constructors
2008-09-04 10:04:14 -07:00
Mathieu Lacage
9d1d6b890e
bug 309: GtkConfigStore does not build on freebsd.
2008-09-04 08:59:50 -07:00
Gustavo J. A. M. Carneiro
d801092405
Update PyBindGen, fixes compilation with python 2.4.
2008-09-04 14:15:32 +01:00
Mathieu Lacage
aafd298bde
merge with HEAD
2008-09-03 14:28:26 -07:00
Florian Westphal
720a407b59
nsc: Fix build problem if gtk config store is disabled
...
gtk config store pulled in libdl.so for us, so things fail
to link of the config store isn't enabled. This makes nsc
pull in libdl itself when its enabled.
2008-09-03 23:24:59 +02:00
Craig Dowell
b3525f35af
Added tag ns-3.2-RC1 for changeset dfd634417b8d
2008-09-03 11:54:46 -07:00
Craig Dowell
ea0a5cf285
update AUTHORS, CHANGES, RELEASE_NOTES for ns-3.2
2008-09-03 11:38:18 -07:00
Mathieu Lacage
51d62156f5
merge with HEAD
2008-09-03 10:42:18 -07:00
Mathieu Lacage
d24895bdd1
forward a frame back to the wireless network only if the destination is associated, is a broadcast or multicast packet.
2008-09-03 10:37:22 -07:00
Gustavo J. A. M. Carneiro
0dc8bc3e86
merge
2008-09-03 18:01:40 +01:00
Mathieu Lacage
f423b864b0
add missing aggregate removed by previous commit
2008-09-03 09:59:04 -07:00
Gustavo J. A. M. Carneiro
9c48b2460c
Fix build when ns3_module_*__local.py files are used.
2008-09-03 17:42:28 +01:00
Mathieu Lacage
21dcddef88
make nsc build again.
2008-09-02 21:19:27 -07:00
Mathieu Lacage
cd39d96f2b
bug 282: remove Ipv4L4Demux
2008-09-02 17:20:32 -07:00
Mathieu Lacage
c063465ce6
from and to addresses were inverted
2008-09-02 16:31:41 -07:00
Mathieu Lacage
1a78f415ce
make sure we convey the right 'to' address to the NetDevice layer.
2008-09-02 16:08:54 -07:00
Mathieu Lacage
76147944c3
make sure to propagation the address down to the MacLow
2008-09-02 15:47:49 -07:00
Mathieu Lacage
7d81d3a381
use std::string instead of raw string
2008-09-02 15:17:54 -07:00
Mathieu Lacage
d7fb97eac0
improve debugging output
2008-09-02 15:17:43 -07:00
Mathieu Lacage
4cfeba2bf7
We cannot default-construct the position of a mobility model.
2008-09-02 14:44:25 -07:00
Mathieu Lacage
39daae1374
implement promisc mode
2008-09-02 13:37:59 -07:00