Commit Graph

3486 Commits

Author SHA1 Message Date
Tom Henderson
47562ea031 do not assert if remote side of a PointToPoint link doesn't participate in global routing 2009-06-24 21:53:55 -07:00
Tom Henderson
ff9be7595d WifiHelper method to enable all Wifi logging 2009-06-19 20:26:51 -07:00
Unknown
b296219099 Minor tweaks to stats API. 2009-06-24 10:43:52 -04:00
Francesco Malandrino
de2872bf8b New Zipf random variable 2009-06-23 22:42:09 -07:00
Craig Dowell
6e8b7012e7 Finally make tap bridge work with VMs (bug 569) 2009-06-23 22:12:35 -07:00
Craig Dowell
c3b6466263 Allow UDP echo client to specify packet contents 2009-06-23 19:44:57 -07:00
Craig Dowell
2216302dd8 remind v4ping.cc that echo data is variable length 2009-06-22 18:29:43 -07:00
Craig Dowell
fb7c0f99fb variable size buffer for icmpv4 echo header 2009-06-22 18:08:01 -07:00
Tom Henderson
9f286430dd move list routing and static routing to src/routing directories 2009-06-21 23:32:23 -07:00
Tom Henderson
d7289c1901 Remove Ipv4Interface::GetMtu () 2009-06-21 22:36:43 -07:00
Tom Henderson
441cedb655 cleanup ip alias unfinished cases (bug 591) 2009-06-21 22:29:08 -07:00
Tom Henderson
21fb8dd090 avoid using non-portable reverse iterator methods 2009-06-19 14:12:59 -07:00
Faker Moatamri
de1a37f41f Bug 597: Ns-3 doesn't compile under MingWin 2009-06-19 16:49:09 +02:00
Tom Henderson
9de325a34c correct a few XXX in the Ipv4L3Protocol class 2009-06-14 20:57:52 -07:00
Tom Henderson
9dadd7c543 remove obsolete XXX from UdpHeader API 2009-06-14 20:53:29 -07:00
Tom Henderson
e86857b5c6 fix for bug 588 2009-06-13 15:57:04 -07:00
Tom Henderson
6a0ad8f80f Fix bug 587 for ListRoutingProtocol bug; add unit test 2009-06-13 14:59:35 -07:00
Tom Henderson
234df20364 Move Ipv4ListRouting to src/internet-stack; get rid of Impl class 2009-06-12 14:43:22 -07:00
Mathieu Lacage
0dca6fc55c Remove static routing dependencies in code 2009-06-12 13:44:19 -07:00
Mathieu Lacage
e8a4113e96 bug 491: It is painful to enable all checksums 2009-06-19 09:13:29 +02:00
Tommaso Pecorella
c79635f21e bug 562: bug in TagBuffer::WriteU64 2009-06-19 09:06:35 +02:00
Kirill V. Andreev
bf807a4681 bug 585: NAV bug 2009-06-19 09:04:27 +02:00
Mathieu Lacage
0d5554a509 make CreateObject<> behave like Create<>: use positional constructor arguments rather than attribute lists. 2009-06-19 08:43:58 +02:00
Mathieu Lacage
4d3208e9df merge with head 2009-06-19 08:37:15 +02:00
Mathieu Lacage
6282187a57 kill unused method 2009-06-19 08:36:48 +02:00
fmoatamr
8f565ad9dd Bug 589: UdpSocketImpl unit test is leaking 2009-06-18 11:43:40 +02:00
Gustavo J. A. M. Carneiro
a16a9ab36f merge with ns-3-dev 2009-06-17 12:07:25 +01:00
Gustavo J. A. M. Carneiro
30bf674bb5 merge 2009-06-12 12:33:57 +01:00
Gustavo J. A. M. Carneiro
31af526c8b Run unit tests as indenpendent WAF tasks 2009-06-12 12:33:37 +01:00
Gustavo J. A. M. Carneiro
3b32d5c813 merge 2009-06-11 16:02:58 +01:00
Gustavo J. A. M. Carneiro
00d790a27b VirtualNetDevice: Single Receive() (promisc. one); add trace sources to align better with CsmaNetDevice. Add SetAddress() 2009-06-11 16:02:10 +01:00
Mathieu Lacage
fa6d46b9ea document default 2009-06-10 23:09:04 +02:00
Mathieu Lacage
282f653bed register missing constructors 2009-06-10 11:13:49 +02:00
Mathieu Lacage
f58cfa0e5f move global routing code into global routing directory 2009-06-10 08:36:51 +02:00
Gustavo J. A. M. Carneiro
42a6040d16 merge 2009-06-09 18:00:52 +01:00
Gustavo J. A. M. Carneiro
858f8d61f1 Make the value returned by VirtualNetDevice::IsPointToPoint configurable. 2009-06-09 18:00:24 +01:00
Gustavo J. A. M. Carneiro
e5d8b21954 Rename TapNetDevice to VirtualNetDevice 2009-06-09 17:42:57 +01:00
Tom Henderson
f39c6618ba fix doxygen collision 2009-06-09 06:47:18 -07:00
Mathieu Lacage
d05448114d use packet tags rather than byte tags to match TcpSocketImpl and UdpSocketImpl 2009-06-09 09:13:42 +02:00
Mathieu Lacage
6baf920c89 merge 2009-06-09 09:06:04 +02:00
Craig Dowell
6f09987703 fix build 2009-06-08 16:58:28 -07:00
Mathieu Lacage
b1dc85e1c7 no need to keep around a Ptr<Packet> 2009-06-08 16:45:13 +02:00
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