Commit Graph

550 Commits

Author SHA1 Message Date
Kirill Andreev
5cccb40d46 Added comments in mesh.cc 2009-09-10 14:13:48 +04:00
Kirill Andreev
3e38891e52 Merge with code.nsnam.org 2009-09-08 11:27:50 +04:00
Sebastien Vincent
d114b7872d Add comments about the choice of default route in a two (or more) IPv6 prefixes link. 2009-09-08 07:07:58 +02:00
Sebastien Vincent
542d4c31a2 Add metric and longest prefix match support for IPv6. 2009-09-07 18:03:01 +02:00
Sebastien Vincent
5d81bfac00 Fix Python coding style. 2009-09-04 17:27:33 +02:00
Sebastien Vincent
27ae061065 Add IPv6 python example. 2009-09-04 16:25:55 +02:00
Sebastien Vincent
c69ee1333b Fix python examples. 2009-09-04 16:23:38 +02:00
Antti Makela
9248053941 Allow injection of routes to Ipv4GlobalRouting 2009-08-31 23:05:26 -07:00
Kirill Andreev
8d82148bf7 Merge with code.nsnam.org 2009-08-26 15:29:03 +04:00
Kirill Andreev
0f5154d9de Restructured helper - removed MeshInterfaceHelper 2009-08-25 18:16:26 +04:00
Kirill Andreev
c29a242067 Code review fixes 2009-08-25 17:21:34 +04:00
Duy Nguyen
d667ae10fc update multi-rate-first.cc and multi-rate-second.cc 2009-08-24 19:11:41 -07:00
Nicola Baldo
2dcc93a0ae added AthstatsWifiTraceSink and AthstatsHelper 2009-08-24 13:32:06 +02:00
Sebastien Vincent
1f8767ac28 second phase of IPv6 checkins from Univ. of Strasbourg team 2009-08-22 14:36:55 -07:00
Tom Henderson
18c4ed4f10 allow Ipv4Mask constructor to accept a string /32, /24 etc. in constructor 2009-08-22 15:32:30 -07:00
Kirill Andreev
9e65a76f58 Review fixes 2009-08-21 23:33:52 +04:00
Kirill Andreev
0a23b2294a Merge with code.nsnam.org 2009-08-18 13:25:36 +04:00
Mathieu Lacage
2be1c55528 update examples to new standard API 2009-08-14 12:31:08 +02:00
Gary Pei
9bfce1c7b2 add Standard attribute to wifi-clear-channel-cmu, for clarity 2009-08-13 23:03:13 -07:00
Duy Nguyen
5ed18f1374 add minstrel examples 2009-08-13 09:06:17 +02:00
Kirill Andreev
e69fddf279 Removed stupid output 2009-08-03 19:22:42 +04:00
Kirill Andreev
042aee0756 Added path update to FLAME 2009-08-03 19:13:46 +04:00
Kirill Andreev
2d3da91bc6 Merge with code.nsnam.org 2009-07-31 18:09:24 +04:00
Kirill Andreev
99aa60cd0a Added root mesh point as argument of command line 2009-07-31 17:52:18 +04:00
Tom Henderson
61672f39a8 Fix first.py example 2009-07-26 07:25:19 -07:00
Pavel Boyko
39743c8656 merge with ns-3.5 2009-07-05 11:42:32 +04:00
Gustavo J. A. M. Carneiro
3b71ecc23c More virtual-net-device.cc bug fixes 2009-07-03 16:15:06 +01:00
Gustavo J. A. M. Carneiro
4884b6da1f Fix the virtual-net-device.cc example; thanks Antti Mäkelä. 2009-07-03 11:17:38 +01:00
Pavel Boyko
5f0da2733d merge with ns-3-dev (3.5 rc3) 2009-07-03 09:59:04 +04:00
Tom Henderson
0fd3dc8487 Fix comments on dynamic-global-routing.cc example 2009-06-26 19:21:53 -07:00
Mathieu Lacage
f14081b9e9 bug 600: lower the default routing priority of Ipv4GlobalRouting; move to helper 2009-06-26 15:34:16 +02:00
Mathieu Lacage
74f0f8d9fe rewrite tcp test application to handle short writes correctly 2009-06-26 13:39:35 +02:00
Unknown
f3f00a8548 Minor tweak to stats example. 2009-06-24 10:57:52 -04:00
Unknown
b296219099 Minor tweaks to stats API. 2009-06-24 10:43:52 -04: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
Tom Henderson
441cedb655 cleanup ip alias unfinished cases (bug 591) 2009-06-21 22:29:08 -07:00
Tom Henderson
de1319ba77 fix examples and documentation for CalcChecksum changes 2009-06-19 07:50:05 -07:00
Kirill Andreev
9beea07f8f Merge with code.nsnam.org 2009-06-19 12:58:35 +04: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
Kirill Andreev
63d344aae7 Fixed names 2009-06-18 18:25:50 +04:00
Kirill Andreev
628ac9bca7 Fixed names: now protocols are called *-protocol.[h,cc], plugin is called
*-protocol-mac.[cc,h]
2009-06-18 18:07:22 +04:00
Kirill Andreev
43fde668f1 Restructured installers 2009-06-17 18:50:57 +04:00
Pavel Boyko
9e3201285f Faker's code review response 2009-06-15 13:10:56 +04:00
Gustavo J. A. M. Carneiro
701f1e4285 Don't remove all tags, only the SocketAddressTag. 2009-06-12 10:31:19 +01:00
Gustavo J. A. M. Carneiro
608435583c Remove packet tags before reinjecting the packet into the stack 2009-06-11 16:12:11 +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
Kirill Andreev
fce22caf9e Added dot11s installator, fixed bug with adding tag in proactive mode of HWMP 2009-06-10 12:51:49 +04:00
Kirill Andreev
1716b106dc Helper restructure: done 2009-06-09 21:14:42 +04:00
Kirill Andreev
71a4eb6a10 Restructured mesh - helper 2009-06-09 21:08:32 +04:00