Commit Graph

3440 Commits

Author SHA1 Message Date
Mathieu Lacage
2ae6d337a3 don't call PeekData if we can 2009-06-08 16:44:21 +02:00
Mathieu Lacage
1825edbc27 no need to call PeekData+memcpy. use CopyData instead 2009-06-08 16:43:55 +02:00
Mathieu Lacage
d0ae1f4850 avoid extra memory allocations when using PcapWriter 2009-06-08 16:43:21 +02:00
Mathieu Lacage
a0d182c7d8 CopyData is more efficient than a PeekData+memcpy pair 2009-06-08 16:42:06 +02:00
Mathieu Lacage
e58334e8bd Backed out changeset d21a2eafb84d 2009-06-08 15:10:49 +02:00
Kirill V. Andreev
882c2646d1 bug 584: NAV duration is set incorrectly in MacLow::DoNavResetNow 2009-06-08 13:50:38 +02:00
Kirill V. Andreev
1cea99ae5c bug 581: error in double include of dcf-manager.h 2009-06-08 13:47:04 +02:00
Mathieu Lacage
a6df997965 bug 583: Simulator::SetImplementation not implemented 2009-06-08 13:44:51 +02:00
Kirill V. Andreev
7f4d04d9f7 bug 556: DcfManager does not handle AckTimeout properly when there are multiple queues 2009-06-08 13:37:30 +02:00
Mathieu Lacage
4af7bfa985 doh. stupid, stupid, untested typo. 2009-06-08 09:43:47 +02:00
Mathieu Lacage
22f1c511e2 remove dead reference to EnableMetadata 2009-06-08 09:24:25 +02:00
Mathieu Lacage
8dfb6eb0dc merge with HEAD 2009-06-08 09:19:00 +02:00
Mathieu Lacage
92d6541dfc remove byte tags too 2009-06-04 08:41:27 +02:00
Mathieu Lacage
421ea7d458 update documentation 2009-06-04 08:41:15 +02:00
Mirko Banchi
86fe6ca4ea aggregated MSDUs must not lose their tags 2009-06-03 20:58:39 +02:00
Mathieu Lacage
dc7bfd5411 fix build with gcc 3.4.6 2009-06-03 17:42:22 +02:00
Mathieu Lacage
a0ba80de4b make it fit on my monitor 2009-06-03 17:42:13 +02:00
Mathieu Lacage
774f0929d9 merge with HEAD 2009-06-03 13:17:23 +02:00
Mathieu Lacage
c442b0788b remove duplicate filename declaration 2009-06-03 13:17:04 +02:00
Nicola Baldo
22f45c914a added support for radiotap and prism headers 2009-06-03 11:53:26 +02:00
Mathieu Lacage
023ee11f37 bug 535: UDP/TCP ShutdownRecv incorrect 2009-06-03 10:04:51 +02:00
Mathieu Lacage
77014e909b bug 561: CommandLine based programs should exit with non-zero return if bad parameters are given 2009-06-03 10:02:25 +02:00
Mathieu Lacage
0560edaa40 bug 550: NetDevice::GetChannel method need clarification 2009-06-03 09:48:31 +02:00
Mathieu Lacage
a8e074d6e3 new tags 2009-06-03 08:49:40 +02:00
Pavel Boyko
833865e151 bug 572: Tag offsets not updated in Packet::PeekData 2009-06-02 19:40:05 +02:00
Mathieu Lacage
e2516b5ef1 merge with HEAD 2009-06-02 16:38:24 +02:00
Mathieu Lacage
3cac2b93bb improve logging output 2009-06-02 16:37:41 +02:00
Mathieu Lacage
ec6fbe54f4 add missing log call 2009-06-02 16:23:39 +02:00
Tom Henderson
fd3a3f8881 more doxygen cleanup 2009-05-31 22:11:52 -07:00
Tom Henderson
81bde7afdf Doxygen cleanup 2009-05-30 15:20:56 -07:00
Tom Henderson
ddb42cdc0d Enable EmuNetDevice for multicast, based on underlying device (bug 571) 2009-05-29 06:40:34 -07:00
Mathieu Lacage
bf0c6fa9db fix link on osx 2009-05-29 14:44:12 +02:00
Mathieu Lacage
8470920dd1 fix build 2009-05-29 10:22:31 +02:00
Tom Henderson
f2804fd500 src/ and utils/ changes for IPv4 routing rework 2009-05-28 21:37:25 -07:00
Gary Pei
7b6bf39786 802.11b PHY support 2009-05-28 20:10:27 +02:00
Gary Pei
a5f5038994 Fixed propagation loss model 2009-05-28 20:09:28 +02:00
Timo Bingmann
80c6afdc9d typo 2009-05-28 18:24:41 +02:00
Timo Bingmann
b216bebf29 const cleanup 2009-05-28 18:21:05 +02:00
Timo Bingmann
b6c91e78f8 Nakagami propagation loss model from ns2 2009-05-28 18:19:23 +02:00
Timo Bingmann
76b4f1840b increment precision of PI 2009-05-28 18:15:23 +02:00
Timo Bingmann
53f38a0f41 const cleanup 2009-05-28 17:52:17 +02:00
Mathieu Lacage
7e2cb3dd60 move GetEifsNoDifs to DcfManager 2009-05-28 17:49:52 +02:00
Timo Bingmann
c818ab2eb3 move GetEifsNoDifs to DcfManager 2009-05-28 17:49:38 +02:00
Mirko Banchi
f299e0e1cc last amsdu subframe in an A-MSDU should have no padding 2009-05-28 11:07:41 +02:00
Tom Henderson
71272db683 initialize timer in Timer unit tests 2009-05-21 06:46:38 -07:00
Tom Henderson
0e9b2360a2 Fix bug 570 (ArpCache not registered) 2009-05-21 06:07:03 -07:00
Mathieu Lacage
fa5e05290d fix uninitialized variable 2009-05-20 15:54:56 +02:00
Fabian Mauchle
9c63493280 bug 568: Timer's default destroy policy not set. 2009-05-19 15:41:01 +02:00
Mathieu Lacage
2f0944386f bug 560: remove deprecated methods. 2009-05-19 15:34:20 +02:00
Mathieu Lacage
61fe7606d8 add missing constructor 2009-05-14 10:21:38 +02:00