Commit Graph

5927 Commits

Author SHA1 Message Date
Craig Dowell
49e12dc17d structured thread exit methods 2008-10-23 15:50:24 -07:00
Craig Dowell
c810ef64a1 Apply thread interrupt patch 2008-10-23 15:22:38 -07:00
Kirill V. Andreev
922d5a4de9 bug 389: Beacon is sent after DIFS+Backoff instead of PIFS 2008-10-23 21:27:28 +02:00
Craig Dowell
c7d0ce769c Apply patch to fix bug 364 2008-10-23 11:51:15 -07:00
Craig Dowell
b8dd9ddf99 rescan after 363 fix 2008-10-23 11:50:45 -07:00
Craig Dowell
383c4d9df5 Apply patch to fix bug 363 2008-10-23 11:24:52 -07:00
Craig Dowell
012433cf91 rescan after bug 357 patch 2008-10-23 10:57:26 -07:00
Craig Dowell
0d30646695 Remove queue limit from listen 2008-10-23 10:48:42 -07:00
Tom Henderson
0458f450cb tutorial typos fixed (bug 379) 2008-10-22 22:13:22 -07:00
Gustavo J. A. M. Carneiro
dd6476d804 Python: fix bug with missing wrapper registration for objects created directly via the python constructor 2008-10-20 16:56:40 +01:00
Mathieu Lacage
2aecf7055b bug 278: print protocol number from Ipv4Header::Print 2008-10-20 13:31:25 +02:00
Mathieu Lacage
8ae791d954 remove broken test 2008-10-20 12:37:43 +02:00
Mathieu Lacage
0f8139fc10 bug 382: templated DynamicCast 2008-10-20 08:40:32 +02:00
Mathieu Lacage
e443a39436 merge with HEAD 2008-10-17 20:07:44 +02:00
Mathieu Lacage
b4745c7708 add debugging 2008-10-17 20:05:17 +02:00
Raj Bhattacharjea
e698770970 Undo change 2008-10-17 10:47:47 -04:00
Unknown
8927ae967a Touch the readme as a test 2008-10-17 10:45:44 -04:00
Mathieu Lacage
79250d10c2 add API to get bytes out of a packet without calling PeekData 2008-10-17 14:16:53 +02:00
Mathieu Lacage
36c0976a53 give attribute power to Callback. 2008-10-17 14:15:52 +02:00
Mathieu Lacage
6f484b6ead bug 349: workaround compiler bug 2008-10-17 13:11:39 +02:00
Mathieu Lacage
b44dc748e0 fix optimized build 2008-10-17 10:35:14 +02:00
Gustavo J. A. M. Carneiro
2e79a78db0 merge 2008-10-16 11:54:24 +01:00
Gustavo J. A. M. Carneiro
2073f02054 merge 2008-10-16 11:53:47 +01:00
Mathieu Lacage
98b197de5a bug 202: header file conflict 2008-10-16 12:53:05 +02:00
Mathieu Lacage
ff776177bf bug 352: STA receives back the broadcasts it sends. 2008-10-16 12:47:17 +02:00
Mathieu Lacage
e4fb44dd96 bug 343: bench-packets does not work. 2008-10-16 12:44:25 +02:00
Gustavo J. A. M. Carneiro
6cae60a58d merge 2008-10-16 11:42:23 +01:00
Mathieu Lacage
7b55da3a04 kill dead code 2008-10-16 12:22:59 +02:00
Mathieu Lacage
eb566b82d3 bug 350: operator > missing. 2008-10-16 12:17:00 +02:00
Mathieu Lacage
91d94d6076 bug 371: wifi-ap broken 2008-10-16 10:26:13 +02:00
Mathieu Lacage
47f1f1fefc improve debugging 2008-10-16 10:25:55 +02:00
Mathieu Lacage
d3e9be922d bug 372: fragmentation is broken 2008-10-16 09:48:47 +02:00
Gustavo J. A. M. Carneiro
e83d4da973 Python: enable wrapping of the packet metadata APIs. 2008-10-15 18:32:07 +01:00
Gustavo J. A. M. Carneiro
ff4ec5cf64 Packet::Metadata::PrintStats doesn't really exist. 2008-10-15 18:19:12 +01:00
Gustavo J. A. M. Carneiro
fe8cbc9a0f A more pythonic wrapper for ns3.TypeId.LookupByNameFailSafe 2008-10-15 15:55:09 +01:00
Mathieu Lacage
1a6629d9cf make sure we implement all Schedule methods within the right class 2008-10-15 15:53:06 +02:00
Mathieu Lacage
996a095d36 rescan python bindings 2008-10-15 15:12:05 +02:00
Mathieu Lacage
cfea3297ac remove event locking 2008-10-15 15:01:12 +02:00
Mathieu Lacage
82bbe71419 rename RealtimeSimulator to WallclockSimulator 2008-10-15 14:51:16 +02:00
Mathieu Lacage
6557016724 remove uneeded includes. 2008-10-15 14:42:27 +02:00
Mathieu Lacage
5dc0415289 move MakeEvent out of Simulator 2008-10-15 14:35:28 +02:00
Mathieu Lacage
e33fc49877 avoid using Ptr<EventImpl> 2008-10-15 13:35:49 +02:00
Mathieu Lacage
b4e442df4d don't use EventId in Schedulers: use Scheduler::Event instead. 2008-10-15 13:05:33 +02:00
Mathieu Lacage
253fecb82e define Scheduler::Event and use it in Scheduler::Insert 2008-10-15 10:33:43 +02:00
Mathieu Lacage
64c11d222a reuse operator < (EventKey) 2008-10-15 10:11:32 +02:00
Mathieu Lacage
0d77861853 remove uneeded include. 2008-10-15 10:10:53 +02:00
Mathieu Lacage
50f23a7579 merge with HEAD 2008-10-15 09:50:28 +02:00
Mathieu Lacage
414c2ff3ad constify 2008-10-15 09:49:39 +02:00
Craig Dowell
2ca2b4e6bf implement a non-realtime version of RunOneEvent for realtime simulator and allow Run, Stop, Run 2008-10-14 23:13:12 -07:00
Craig Dowell
8b6dc98d14 slight reorganization and naming change for added realtime methods 2008-10-14 22:52:41 -07:00