Commit Graph

3982 Commits

Author SHA1 Message Date
Craig Dowell
32a2da786f tweak emulated-channel.dia 2008-12-05 13:15: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
Tom Henderson
6306d3202d branch merge 2008-12-01 21:28:37 -08:00
Tom Henderson
df23230e59 merge with tip 2008-12-01 21:23:51 -08:00
Tom Henderson
55051d3a0a Add processing logic for stub links in global routing code 2008-11-30 23:37:12 -08:00
Tom Henderson
655aa68d54 Segregate Ipv4GlobalRouting from Ipv4StaticRouting; add API for deleting and recomputing global routes 2008-11-30 21:21:23 -08:00
Mathieu Lacage
3f2b9429e0 merge with HEAD 2008-11-28 17:42:10 +01:00
Tom Henderson
bf571e8260 Drop packets in Ipv4L3Protocol::Receive if interface is down 2008-11-28 07:21:26 -08:00
Gustavo J. A. M. Carneiro
47980e80e6 Const fix (needed for older Python versions) 2008-11-28 15:12:05 +00:00
Gustavo J. A. M. Carneiro
192ae37d11 The 'contrib' module actually depends on 'common' too (affects waf --python-scan) 2008-11-28 14:45:48 +00:00
Tom Henderson
6b0468c20b Bug 400: allow /32 addresses to be used on IPv4 interfaces 2008-11-28 06:05:27 -08:00
Sebastien Vincent
271bac3e92 Remove IcmpSocket class. 2008-11-28 14:24:09 +01:00
Mathieu Lacage
7390026044 merge with HEAD 2008-11-28 08:56:47 +01:00
Mathieu Lacage
b56051a9bb bug 396: try harder to send ASSOCIATION_RESPONSE frames. 2008-11-28 08:55:24 +01:00
Craig Dowell
4913060911 CHANGES.html for global routing supporting bridges 2008-11-26 14:00:05 -08:00
Craig Dowell
8f85775a54 branch merge 2008-11-26 13:53:28 -08:00
Craig Dowell
d27274e958 disallow routing on bridge devices with IP address, fix wifi-wired-bridging 2008-11-26 13:48:53 -08:00
Gustavo J. A. M. Carneiro
c1b49366fe merge 2008-11-26 14:56:21 +00:00
Gustavo J. A. M. Carneiro
80b1ce258d Fix waf problem running programs with arguments. 2008-11-26 14:55:35 +00:00
Mathieu Lacage
f69d0dfffd bug 421: memory leak in csma-ping 2008-11-26 04:27:10 -08:00
Mathieu Lacage
1d6cec837e merge with HEAD 2008-11-26 13:13:24 +01:00
Mathieu Lacage
c0ec85b486 add missing chainup to parent DoDispose method 2008-11-26 13:12:39 +01:00
Gustavo J. A. M. Carneiro
d474f1933a Bug 289: CommandLine::AddValue is not wrapped 2008-11-26 12:11:11 +00:00
Gustavo J. A. M. Carneiro
2d090e7d70 merge 2008-11-26 11:45:53 +00:00
Gustavo J. A. M. Carneiro
378f7e02be Make sure obj.name == obj.target for 'scratch' programs; fixes issue reported in ns-3-users with ./waf --run scratch/simple not working. 2008-11-26 11:44:47 +00:00
Mathieu Lacage
026673fa36 bug 420: avoid valgrind warning 2008-11-26 12:42:51 +01:00
Mathieu Lacage
6d31ca0ffb merge with HEAD 2008-11-26 10:43:24 +01:00
Mathieu Lacage
63ccaf86e4 regression test for ns2 mobility file helper 2008-11-26 10:40:23 +01:00
Mathieu Lacage
c45d810a04 bug 408: ensure that we perform duplicate detection and defragmentation for both management and data frames. bug 214: make the sequence smaller check a debug log message rather than an unconditional message. 2008-11-26 10:24:41 +01:00
Craig Dowell
1885a1d55d instrument PcapWriter 2008-11-25 22:19:59 -08:00
Gustavo J. A. M. Carneiro
77fe2e1cbb [Bug 398] NqstaWifiMac does not filter received frames by BSSID 2008-11-25 14:45:46 +00:00
Mathieu Lacage
fe8a6a83b9 bug 257: change the default log output of time to seconds, not the simulator's resolution. 2008-11-25 15:37:43 +01:00