Commit Graph

4012 Commits

Author SHA1 Message Date
Craig Dowell
026fb79dbf some device trace source documentation 2008-12-10 21:11:05 -08:00
Timo Bingmann
1bf5ac4f09 patch for bug433-- data rates 2008-12-10 13:28:51 +01:00
mathieu.
691ce0fdde fix bug 230, rescan bindings 2008-12-10 17:01:06 -08:00
Craig Dowell
c915a078d8 cleanup some trace dox 2008-12-10 16:47:44 -08:00
Mathieu Lacage
5cf99e306a bug 441: double precision issue on x86 32bit systems. 2008-12-10 02:36:28 -08:00
Mathieu Lacage
260d4822c5 bug 440: update tutorial 2008-12-10 02:10:07 -08:00
Mathieu Lacage
27fec02cb2 couple of small typos 2008-12-10 02:09:57 -08:00
Mathieu Lacage
0c525af5f7 bug 440: fix build of tutorial example third.cc 2008-12-10 01:54:24 -08:00
Mathieu Lacage
aa776c802a bug 405: add more context to wifi logging 2008-12-10 01:47:59 -08:00
Mathieu Lacage
6adcd14d5f rescan python 2008-12-10 01:34:04 -08:00
Mathieu Lacage
ad4c58452e bug 435: API doc update 2008-12-10 01:33:58 -08:00
Mathieu Lacage
79fd7b786b bug 435: file names are not consistent 2008-12-10 00:16:30 -08:00
Mathieu Lacage
3c9ed4a4c7 bug 436: missing doxygen 2008-12-10 00:09:07 -08:00
Craig Dowell
67a0590dc7 Added tag ns-3.3-RC3 for changeset a66553c56a8f 2008-12-09 22:09:12 -08:00
Craig Dowell
cea36a7ce4 make a pass through doxygen fixing errors 2008-12-09 20:29:04 -08:00
raj.
438b8e25e7 bug 411 -- apply Raj's patch 2008-12-09 12:24:24 -08:00
Craig Dowell
4b0f97c0aa Add reasonable data rate and delay to csma channels; update tutorial 2008-12-09 12:04:36 -08:00
Craig Dowell
5168309a66 Remove stray ^M that snuck into examples 2008-12-09 10:28:44 -08:00
Tom Henderson
7092d2eeb5 some corrections to the new object chapter 2008-12-08 22:06:17 -08:00
Craig Dowell
99c1403d6e add to CSMA dox for trace sources 2008-12-08 21:09:29 -08:00
Craig Dowell
32de22509c cleanup manual Makefile 2008-12-06 13:56:51 -08:00
Craig Dowell
ae712d5cba updated emulation dias 2008-12-06 12:25:10 -08:00
Craig Dowell
62aeeb1d58 Added tag ns-3.3-RC2 for changeset 654eed5f3ad0 2008-12-05 22:28:02 -08:00
Craig Dowell
636d6ad671 branch merge 2008-12-05 16:49:29 -08:00
Craig Dowell
fce80c20d7 finish up a decent emulation chapter in manual 2008-12-05 16:49:05 -08:00
Tom Henderson
5e09777526 Add new objects chapter to manual 2008-12-05 16:32:11 -08:00
Craig Dowell
452dc5ffe5 branch merge 2008-12-05 13:19:40 -08:00
Craig Dowell
e6be8062ec tweak testbed.dia 2008-12-05 13:19:13 -08:00
Craig Dowell
32a2da786f tweak emulated-channel.dia 2008-12-05 13:15:26 -08:00
Tom Henderson
0683941c98 branch merge 2008-12-05 13:12:42 -08:00
Tom Henderson
e1443a1660 add some things to release notes and changes.html; revise README 2008-12-05 13:11:26 -08:00
Unknown
aeb466f828 scale emulation dia drawings down since HTML won't do it 2008-12-05 12:14:27 -08:00
Craig Dowell
4dc33672ac some words about emulation 2008-12-04 20:19:11 -08:00
Craig Dowell
b348271047 start of emulation chapter in manual 2008-12-04 18:55:04 -08:00
Gustavo J. A. M. Carneiro
ca92874e34 Fix nsc/python-scan task descriptions 2008-12-04 11:34:01 +00:00
Raj Bhattacharjea
802e26d2f8 Don't ignore TCP acks received in CLOSE_WAIT state (fixes bug 392) 2008-12-03 21:09:52 -05:00
Raj Bhattacharjea
d4002102f6 Support TCP delackcount>2 (bug 250) 2008-12-03 21:08:44 -05:00
Craig Dowell
64a7dac84b fix bug 431 -- memory leak in bridge net device 2008-12-03 17:47:03 -08:00
Craig Dowell
abcfbcd323 Added tag ns-3.3-RC1 for changeset a84f2ab246e6 2008-12-02 12:15:42 -08:00
Craig Dowell
f8cf3d5cf4 rescan bindings 2008-12-02 12:15:18 -08:00
Craig Dowell
c18dc1e4f0 Removed tag ns-3.3-RC1 2008-12-02 11:54:27 -08:00
Gustavo J. A. M. Carneiro
c806393836 Fix a couple of OLSR bugs (#415)
- Added a lot more logging messages;

- When "link sensing" tries to update a link tuple for a neighbor that has been removed, just re-add the neighbor, rather than silently failing;

- The optimization of not recomputing the routing table if we think no state has changed has been removed: it turned out to be just too buggy and the code base makes it difficult to catch all places where a state mofication is done.  Instead now we just recompute the table for any message processed, like the RFC says.
2008-12-02 18:42:24 +00:00
Tom Henderson
3380796d23 fix optimized build 2008-12-02 07:42:33 -08:00
Craig Dowell
46a52f3a67 Added tag ns-3.3-RC1 for changeset f33cbf6b051c 2008-12-02 00:00:01 -08:00
Craig Dowell
6def0ea405 update RELEASE_NOTES for ns-3.3 2008-12-01 23:43:01 -08:00
Tom Henderson
9d8fe8e81f Fix bug358; return EINVAL for inappropriate listen() call 2008-12-01 21:45:32 -08:00
Tom Henderson
ebf89f2294 branch merge 2008-12-01 21:35:24 -08:00
Tom Henderson
ea2f7aeed8 add missing files 2008-12-01 21:34:33 -08:00
Tom Henderson
07e526f6de branch merge 2008-12-01 21:33:52 -08:00
Tom Henderson
f3dc299e82 Remove redundant m_txTrace in ipv4-l3-protocol 2008-12-01 21:29:59 -08:00