Commit Graph

3244 Commits

Author SHA1 Message Date
Timo Bingmann
eb8ca704b4 bug 486: patches for icc compilation. 2009-02-24 08:29:36 +01:00
Mathieu Lacage
fd8ba38a0e bug 500: make DcaTxop accessible through an attribute. 2009-02-24 08:20:51 +01:00
Timo Bingmann
7e8d2be1da Missing include of stdlib.h for free() in callback.cc 2009-02-23 11:33:14 +01:00
Timo Bingmann
127064f21a Print demangled callback signatures if they mismatch. bug #507 2009-02-22 17:28:45 +01:00
Craig Dowell
ffdb250c3e bug 506 -- remove name version of SetPositionAllocator 2009-02-21 14:46:11 -08:00
Aleksey Kovalenko
6945d47068 Optimize Send/SendFrom on BridgeNetDevice by using the learned MAC associations when possible, instead of flooding to all bridge ports. 2009-02-21 22:09:08 +00:00
Craig Dowell
be94ad4fed add byte mode 2009-02-18 22:19:20 -08:00
Craig Dowell
561ede7d42 clean up transmit abort nonsense 2009-02-18 18:31:57 -08:00
Craig Dowell
5ab4247484 add names support to tap bridge helper 2009-02-13 12:44:22 -08:00
Raj Bhattacharjea
ed1c9a7cd7 Merge tap branch 2009-02-13 00:10:21 -05:00
Craig Dowell
9a7dad3928 no creator option in tap-bridge should be off by default 2009-02-12 17:37:36 -08:00
Craig Dowell
d3858d6b6e add code to work around tap-creator 2009-02-12 17:26:05 -08:00
Raj Bhattacharjea
7083feedeb Merge names branch 2009-02-12 16:49:58 -05:00
Unknown
3d6ecbd579 endless loops are not a good thing 2009-02-11 22:37:00 -08:00
Craig Dowell
ee291dcfbe work around to allow FreeBSD to run tap-bridge 2009-02-11 18:07:52 -08:00
Craig Dowell
95ac9448c8 branch merge 2009-02-10 16:41:54 -08:00
Craig Dowell
676781dc03 remove unnecessary includes in tap-bridge 2009-02-10 16:41:38 -08:00
Craig Dowell
69d60201c3 more dox for names 2009-02-10 11:28:40 -08:00
Craig Dowell
95951b0a4d a few tests, a little reorganization for clarity 2009-02-10 11:05:10 -08:00
Craig Dowell
998a5ba69a some naming changes suggested by Gustavo 2009-02-10 10:36:26 -08:00
Gustavo J. A. M. Carneiro
4ea68659ff Fix TagBuffer::ReadU64 bug. 2009-02-09 19:09:07 +00:00
Craig Dowell
b4cd636033 QueryObject comment changed to GetObject 2009-02-09 10:15:40 -08:00
Craig Dowell
e5a8365024 emu depends on netpacket/packet.h 2009-02-06 14:53:55 -08:00
Craig Dowell
893e1c1e71 tighten up configuration reqs for tap and emu 2009-02-06 14:49:11 -08:00
Craig Dowell
d19854afef don't build tap-bridge-helper or tap-wifi-dumbbell if tap-bride not enabled 2009-02-06 14:28:49 -08:00
Craig Dowell
ad3221728e remove misguided __attribute__ ((unused))s 2009-02-06 11:10:51 -08:00
Craig Dowell
5279f54906 use __attribute__ ((unused)) 2009-02-05 09:43:27 -08:00
Craig Dowell
770d333d1f clean up wrong and misleading comments 2009-02-03 09:32:24 -08:00
Craig Dowell
c7395b55e0 tweak wifi example, fix waf problems (thanks to Gustavo) 2009-02-03 08:31:48 -08:00
Craig Dowell
00316ff330 no need to do SendFrom in tap-bridge 2009-02-02 11:43:10 -08:00
Craig Dowell
dd01873dfd cleanup, doxygen, prepare for review 2009-02-02 10:12:29 -08:00
Craig Dowell
1e6e554af7 add a more complicated tap example that uses routing. 2009-01-31 21:53:25 -08:00
Craig Dowell
8d696d8061 add a Rename function to the object name service to facilitate auto naming 2009-01-30 17:34:41 -08:00
Craig Dowell
885b97a6ec turn on checksums in example csma-tap-bridge and tweaks to make ping demo work 2009-01-30 15:47:38 -08:00
Craig Dowell
b128c223c7 Testmeister Tom found a bug in Names::Add for his shortcut semantics 2009-01-30 10:30:07 -08:00
Craig Dowell
e104e03223 checkpoint tap progress 2009-01-29 16:16:10 -08:00
Craig Dowell
936a0e484d last connections on tap-bridge, start flowing packets 2009-01-29 13:03:03 -08:00
Craig Dowell
6c3633eaab wire needed values into tap-bridge Attribute system, but figure out as many as possible in the default case 2009-01-29 11:53:12 -08:00
Craig Dowell
4eacc29c1b checkpoint tap 2009-01-27 22:00:29 -08:00
Craig Dowell
519ba25a58 checkpoint tap 2009-01-27 21:22:50 -08:00
Craig Dowell
738d71e954 checkpoint tap bridge 2009-01-27 20:26:34 -08:00
Craig Dowell
6b7eeeff77 branch merge 2009-01-27 12:39:43 -08:00
Craig Dowell
bcec13606f checkpoint tap development 2009-01-27 12:36:46 -08:00
Gustavo J. A. M. Carneiro
a77eb54bcc Workaround WAF issue 325 for generating module header files 2009-01-25 21:57:24 +00:00
Gustavo J. A. M. Carneiro
d7cf4f2462 Don't use the flag -pthread on darwin to avoid warning message 2009-01-25 15:39:36 +00:00
Gustavo J. A. M. Carneiro
51e6ac3617 Fix 'no newline at the end of file' compilation error in the pthread test 2009-01-25 14:52:09 +00:00
Gustavo J. A. M. Carneiro
90a0977871 EmuNetDevice also depends on the availibility of threading support 2009-01-25 14:48:47 +00:00
Gustavo J. A. M. Carneiro
d4f67a66db Detect pthread support by compiling a test program with the -pthread switch, not just check for the header file. 2009-01-24 19:25:33 +00:00
Gustavo J. A. M. Carneiro
a88ba4fd5b librt is need not for threading primitives but for the real time scheduler 2009-01-24 18:47:47 +00:00
Gustavo J. A. M. Carneiro
5e8275ba01 Try to guess NSC location (finally closes #478) 2009-01-24 15:38:20 +00:00