Commit Graph

3143 Commits

Author SHA1 Message Date
Mathieu Lacage
04d95b5962 fix coding style 2009-01-07 13:33:59 +01:00
Mathieu Lacage
8e2a692556 remove uneeded PeekPointer calls 2009-01-06 15:28:03 +01:00
Mathieu Lacage
2bcbf6bbad fix coding style 2009-01-06 15:25:31 +01:00
Mathieu Lacage
6966dcc4a3 fix typo 2009-01-06 15:23:49 +01:00
Mathieu Lacage
8eec10538a ensure that all wifi modes are registered 2009-01-06 14:25:55 +01:00
Mathieu Lacage
fc340529ee remove public static variables. Use public static methods 2009-01-06 13:46:41 +01:00
Mathieu Lacage
1732ab51e2 virtualize ErrorRateModel 2009-01-06 13:12:28 +01:00
Gustavo J. A. M. Carneiro
aeed1dc66e merge 2008-12-28 12:34:28 +00:00
Craig Dowell
25e04db1a2 bug 448: V4Ping Application Sends uint32_t Data in Host Order 2008-12-16 12:36:50 -08:00
Raj Bhattacharjea
71efdc0b02 Add a minimum RTO (adapted from Mathieu, bug 418) 2008-12-13 23:44:20 -05:00
Raj Bhattacharjea
7175cad6df Mathieu's patch: Avoid stack explosion (bug 417) 2008-12-13 23:26:01 -05:00
Craig Dowell
1ff082ece7 some dox for internet-stack tracing 2008-12-13 14:13:37 -08:00
Craig Dowell
5edb4806d0 doc nits and a new point-to-point device section for the manual 2008-12-12 14:15:31 -08:00
Craig Dowell
571b1c381a more documentation to address trace sources bugs 2008-12-12 11:27:05 -08:00
Raj Bhattacharjea
49cae6b4c4 Merge 2008-12-11 23:28:46 -05:00
Raj Bhattacharjea
20f06108c1 Null forked TCP socket callbacks, and communicate EOF to higher layers (bugs 423 and 365) 2008-12-11 16:48:42 -05:00
Tom Henderson
cd5b642dc5 add dynamic global routing example script 2008-12-11 12:43:11 -08:00
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
aa776c802a bug 405: add more context to wifi logging 2008-12-10 01:47:59 -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
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
99c1403d6e add to CSMA dox for trace sources 2008-12-08 21:09:29 -08:00
Gustavo J. A. M. Carneiro
aab8ebd04e Add --with-nsc configuration option 2008-12-07 19:02:55 +00: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
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
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
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