Commit Graph

4596 Commits

Author SHA1 Message Date
Kirill V. Andreev
f2eac3fe7a bug 595: PHY may start receive packet inside SIFS 2009-06-25 15:25:10 +02:00
Mathieu Lacage
91530cf31b make dist generation work again 2009-06-25 14:15:27 +02:00
Mathieu Lacage
1a6af370ed ignore emacs backup files 2009-06-25 09:21:18 +02:00
Mathieu Lacage
ff9f48f46e fix mingw regression tests 2009-06-25 09:07:44 +02:00
Mathieu Lacage
4b60e5a518 update ignore rules 2009-06-25 09:07:31 +02:00
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
fe7629c55b update bindings 2009-06-24 15:31:53 -07:00
Tom Henderson
ff9be7595d WifiHelper method to enable all Wifi logging 2009-06-19 20:26:51 -07:00
Tom Henderson
8a340adfe9 some wifi manual updates 2009-06-24 14:35:07 -07:00
Gustavo J. A. M. Carneiro
227f2f134d When comparing regression traces, ignore newline differences for text files (.tr and .mob extensions); this makes regression testing in win32/mingw pass. 2009-06-24 19:38:59 +01:00
Gustavo J. A. M. Carneiro
14254434a3 merge 2009-06-24 18:43:04 +01:00
Gustavo J. A. M. Carneiro
b0976ab1ae Fix win32/mingw bug running commands with command-template: needed to escape backslashes before calling shlex.split(). 2009-06-24 18:42:07 +01:00
Gustavo J. A. M. Carneiro
4b6439b386 Handle WindowsError exception in subprocess.Popen called from _run_argv 2009-06-24 16:12:09 +01: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
fmoatamr
dba53a8651 Bug 456: doxygen introspection for trace source config paths is wrong 2009-06-24 09:45:31 +02: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
b16dec0d2a rescan bindings 2009-06-21 23:38:40 -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
Tom Henderson
9e75028723 merge with tip 2009-06-19 07:51:57 -07:00
Tom Henderson
de1319ba77 fix examples and documentation for CalcChecksum changes 2009-06-19 07:50:05 -07:00
Faker Moatamri
de1a37f41f Bug 597: Ns-3 doesn't compile under MingWin 2009-06-19 16:49:09 +02:00
Tom Henderson
ba656765ea rescan bindings 2009-06-19 07:25:40 -07: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
a202b567d1 forgot to add bindings for new module 2009-06-19 09:17:08 +02: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
c8c45ce693 update for API changes 2009-06-19 09:01:26 +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
Mathieu Lacage
e66efe0eaf remove dead code 2009-06-17 17:05:51 +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
1fd46789b4 Bug #594: cygwin won't build. 2009-06-17 11:26:36 +01:00
Craig Dowell
1207fdcbd2 update dox for waf --check 2009-06-15 15:42:32 -07:00
Andrey Hippo
582b959a4d tuturial fixes 2009-06-15 15:22:33 -07:00