Commit Graph

2717 Commits

Author SHA1 Message Date
Gustavo J. A. M. Carneiro
8a0bcd18ba Implement the promiscuous receive callback for CsmaNetDevice. 2008-07-04 15:37:54 +01:00
Gustavo J. A. M. Carneiro
629a5b02da Changes in the promiscuous mode API: now the callback receives everything, both 'for me' and 'not for me', with an additional 'forMe' parameter. 2008-07-04 15:37:03 +01:00
Gustavo J. A. M. Carneiro
45334ff8de For csma, set a sensible netdevice name, if none has been set. 2008-07-04 12:35:13 +01:00
Gustavo J. A. M. Carneiro
bf513e45d2 Sketching a new promiscuous mode protocol handlers API; Netdevices implementation missing, though. 2008-06-30 19:25:58 +01:00
Mathieu Lacage
67c5dfa611 implement Packet::PeekHeader and Packet::PeekTrailer to avoid evil workarounds when receiving tcp packets. 2008-07-01 11:00:29 -07:00
Sebastien Vincent
75fab6d1b0 bug 236: add optional support for tcp and udp checksum. 2008-07-01 10:52:11 -07:00
Craig Dowell
8869dc9630 Apply Patch for Bug 237 2008-06-27 14:56:18 -07:00
Craig Dowell
62c2e46c37 reposition trace hook in csma to address bug 241. 2008-06-27 14:38:08 -07:00
Craig Dowell
89e20b56c9 Patch for bug 240 2008-06-27 09:32:34 -07:00
Craig Dowell
2b1bc24321 Apply patch for bug 231 2008-06-24 19:09:49 -07:00
Craig Dowell
92c9208ea6 Apply Patch for Bug 235 2008-06-24 15:40:24 -07:00
Craig Dowell
8c7759dc6b bug 233 2008-06-24 09:21:02 -07:00
Mathieu Lacage
e10db3d576 add missing copyright statement 2008-06-23 12:45:01 -07:00
Mathieu Lacage
daaed2d5e6 add small comment, fix typo, add missing copyright statement 2008-06-23 12:44:45 -07:00
Mathieu Lacage
f1019e4026 dox missing SetNode method 2008-06-23 12:44:21 -07:00
Mathieu Lacage
398ffd3d58 avoid dox warning 2008-06-23 12:44:05 -07:00
Mathieu Lacage
ae661f53e0 update doxygen to match the reality of the code 2008-06-23 12:43:54 -07:00
Mathieu Lacage
2fb03d7aa3 testcase and fix, symmetric to changeset c861a47407a8 2008-06-21 21:20:38 -07:00
Mathieu Lacage
14c3cac1d1 fix testcase from changeset e367e86d7886 2008-06-21 21:14:28 -07:00
Mathieu Lacage
c4ea047cb9 add documentation comment. 2008-06-21 21:08:16 -07:00
Mathieu Lacage
6746cc48eb bug 217: another testcase. 2008-06-21 21:07:45 -07:00
Mathieu Lacage
6d739bf2b5 bug 217: yet another testcase: make sure we handle degenerate testcases with tags which refer to non-existant data. 2008-06-21 10:30:47 -07:00
Mathieu Lacage
c3fb9059ac another testcase for bug 217. Make sure we do not report tags outside of the current range 2008-06-21 08:55:04 -07:00
Mathieu Lacage
0c35c2b60f bug 217: avoid unsigned/signed confusion. Used signed all the time. 2008-06-21 08:11:10 -07:00
Mathieu Lacage
9008e089ae bug 217: add failing testcase 2008-06-21 08:05:21 -07:00
Mathieu Lacage
ad46f21982 merge testcase 2008-06-20 19:21:11 -07:00
Mathieu Lacage
8a78bf66ae testcase for changeset 133490cf0210 2008-06-20 19:20:58 -07:00
Mathieu Lacage
da514b5edb bug 217: Handle gracefully the case where a packet aggregated contains nothing. 2008-06-20 15:06:23 -07:00
Unknown
544f9d1a81 Bug 181 2008-06-19 14:46:27 -07:00
Unknown
c7e37d1a18 move m_wouldBlock assignment to fix bug 226 2008-06-18 21:29:21 -07:00
Unknown
b357866655 GetNNodes() in NodeList fixes bug 225 2008-06-18 21:17:56 -07:00
Craig Dowell
1b8812d558 Changes for bug 205, unlisted FIN bug 2008-06-16 16:25:52 -07:00
Mathieu Lacage
2edda56a6f merge bug 213 repo 2008-06-13 17:20:55 -07:00
Mathieu Lacage
9ed0f04944 merge with HEAD 2008-06-13 17:20:06 -07:00
Raj Bhattacharjea
1aef4543cc bug 181: Normal Variable Infinite Value & Bounds 2008-06-13 17:19:53 -07:00
Raj Bhattacharjea
9ccd6dadcb Update the internet-stack documentation 2008-06-13 16:47:07 -04:00
Gustavo J. A. M. Carneiro
8ae203ce50 Correct the OLSR documentation; remove dead API declarations and source file. 2008-06-13 15:35:07 +01:00
Tom Henderson
1e4c17bc9f doxygen for applications 2008-06-13 06:32:54 -07:00
Tom Henderson
cbc938e2bf OLSR doxygen 2008-06-12 22:21:19 -07:00
Tom Henderson
cdb5cc083f Doxygen for global routing 2008-06-12 06:11:18 -07:00
Tom Henderson
aebdb9fbfd Move other applications to RecvFrom () 2008-06-09 20:42:31 -07:00
Mathieu Lacage
82e92545aa bug 186: internet-node directory must be renamed to internet-stack 2008-06-09 15:40:22 -07:00
Mathieu Lacage
8559d575f5 bug 61: warning must be fatal. 2008-06-09 11:39:29 -07:00
Craig Dowell
5a3fbf3637 documentation to resolve bug 75 2008-06-09 08:53:47 -07:00
Tom Henderson
9ca1253956 Change OLSR to use RecvFrom 2008-06-09 07:01:12 -07:00
Tom Henderson
de69fcb842 RecvFrom() expansion, add flags parameter to some Send calls 2008-06-09 06:40:21 -07:00
Craig Dowell
88d12f80eb CSMA Cleanup, XXX in echo apps, clarification of point-to-point data rates in dox 2008-06-07 10:38:39 -07:00
Raj Bhattacharjea
a37b419abd Merge 2008-06-06 16:30:28 -04:00
Raj Bhattacharjea
6c4692ea55 Restore tcp example to full size, also a bugfix 2008-06-06 16:10:54 -04:00
Raj Bhattacharjea
97d98fa1ce bug 195: naming inconsistency. 2008-06-06 11:42:19 -07:00