Commit Graph

329 Commits

Author SHA1 Message Date
Mathieu Lacage
356b8a4d5c make sure to destroy all left-over memory before exit 2008-09-08 12:26:00 -07:00
Raj Bhattacharjea
48ac0501a0 Fix TCP closedown FINs, and remove broken tcp-erros example (bug 242) 2008-09-07 19:38:26 -04:00
Unknown
55279b18b4 MTU, encap mode cleanup for csma 2008-09-05 11:56:17 -07:00
Unknown
d2dd9c358f further cleanup of MTU in CSMA 2008-09-04 22:38:52 -07:00
Mathieu Lacage
18b6ad7263 add wifi+wired bridge example 2008-09-04 10:34:42 -07:00
Mathieu Lacage
c0dcf4a2cd testcase for wifi bridging 2008-09-04 10:08:02 -07:00
Craig Dowell
67313dc308 merge nsc phase one 2008-09-02 10:39:45 -07:00
Craig Dowell
e8cc479c4f branch merge 2008-08-29 20:50:17 -07:00
Mathieu Lacage
05b8fed716 bug 299: packet socket broken by promiscuous update 2008-08-29 20:40:54 -07:00
Florian Westphal
d6dd23547b nsc: example files.
This adds two example files that will use the Linux
2.6.18 and 2.6.26 stacks provided by NSC.
2008-08-29 23:11:41 +02:00
Unknown
64e7d5cd17 Some cleanup. 2008-08-29 13:36:12 -04:00
Unknown
168361462f Stats module and example merged in. 2008-08-29 13:22:09 -04:00
Craig Dowell
3ba8dce954 add realtime simulator and associated tests 2008-08-26 15:34:57 -07:00
Mathieu Lacage
0500b5353e bug 279: Packets need metadata support for printing without header checking 2008-08-25 15:21:01 -07:00
Mathieu Lacage
c71981e5a2 remove uneeded EnableMetadata calls 2008-08-15 10:15:54 -07:00
Mathieu Lacage
222c989f79 bug 276: bridge netdevice has no helper class. 2008-08-11 10:30:46 -07:00
Raj Bhattacharjea
68f0b97baa rm examples/tcp-2way.cc 2008-08-10 15:45:27 -04:00
Craig Dowell
6c7bdf5845 sort out various MTU options 2008-08-04 17:32:32 -07:00
Gustavo J. A. M. Carneiro
2ca65219de Add csma-bridge example ported to Python. 2008-07-14 15:41:51 +01:00
Gustavo J. A. M. Carneiro
d1a7261479 merge 2008-07-14 11:12:30 +01:00
Gustavo J. A. M. Carneiro
2aff99d749 Add mixed-wireless example ported to Python. 2008-07-13 18:08:48 +01:00
Raj Bhattacharjea
c3a8ec5555 Add David Evensky's tcp-2way regression test 2008-07-09 17:04:29 -04:00
Raj Bhattacharjea
d236aad5e5 Check in a tcp example which has rate error models 2008-07-08 11:09:22 -04:00
Gustavo J. A. M. Carneiro
eb3d502a49 Adapt to evil API breakage 2008-07-08 14:40:01 +01:00
Gustavo J. A. M. Carneiro
fe73953148 sync with ns-3-dev 2008-07-08 14:18:50 +01:00
Gustavo J. A. M. Carneiro
d00d6e123c Start of a BridgeNetDevice example, using csma (basically an Ethernet Switch). 2008-07-04 15:40:29 +01:00
Craig Dowell
26b91a3c6c fix bug 234 which changes required methods on helpers to constructor parameters. Update tutorial content to reflect. Change RemoteIpv4 attribute to RemoteAddress. 2008-07-03 17:37:32 -07:00
Craig Dowell
b2b5de9d22 bug 232, references to Parameter obsolete 2008-07-03 15:44:54 -07:00
Raj Bhattacharjea
ff8c38b5ac Fix trace names to match documents in tcp-star-server 2008-07-02 15:57:33 -04:00
Raj Bhattacharjea
7e12d28439 Add a tcp server example 2008-07-02 15:45:35 -04:00
Craig Dowell
73e368454d finish up with a wifi example 2008-06-29 15:05:22 -07:00
Craig Dowell
898ce6b375 cleanup tutorial third.cc a bit 2008-06-29 11:13:27 -07:00
Craig Dowell
9bb182aa54 work through second tutorial example 2008-06-28 22:39:06 -07:00
Craig Dowell
5cf2aa1ebf swap in new tutorial 2008-06-28 19:46:55 -07:00
Craig Dowell
f58dda2fcb add updated tutorial examples 2008-06-28 19:39:46 -07:00
Mathieu Lacage
1fe76d94f1 remove tcp-2way from examples. mistake from changeset c8011a2a0c60 2008-06-21 13:22:39 -07:00
Mathieu Lacage
c3fb9059ac another testcase for bug 217. Make sure we do not report tags outside of the current range 2008-06-21 08:55:04 -07:00
Unknown
4743c2ff7c Patch addresses bug 227. 2008-06-19 14:58:46 -07:00
Craig Dowell
1b8812d558 Changes for bug 205, unlisted FIN bug 2008-06-16 16:25:52 -07:00
Mathieu Lacage
2edda56a6f merge bug 213 repo 2008-06-13 17:20:55 -07:00
Mathieu Lacage
82e92545aa bug 186: internet-node directory must be renamed to internet-stack 2008-06-09 15:40:22 -07:00
Tom Henderson
de69fcb842 RecvFrom() expansion, add flags parameter to some Send calls 2008-06-09 06:40:21 -07:00
Craig Dowell
88d12f80eb CSMA Cleanup, XXX in echo apps, clarification of point-to-point data rates in dox 2008-06-07 10:38:39 -07:00
Raj Bhattacharjea
6c4692ea55 Restore tcp example to full size, also a bugfix 2008-06-06 16:10:54 -04:00
Raj Bhattacharjea
de2475ddc3 Merge with ns-3-dev 2008-06-04 17:19:32 -04:00
Craig Dowell
554fcfda0d point-to-point cleanup 2008-05-29 19:09:56 -07:00
Gustavo J. A. M. Carneiro
6152ba1a89 Make Application::Start/Stop times relative, Simulator::StopAt(time) renamed to Simulator::Stop(time) and time also made relative, to improve consistency of the API which uses relative times everywhere else. Closes bug #191. 2008-05-29 11:45:57 +01:00
Mathieu Lacage
27e5640201 the TypeId for Packet sockets is PacketSocketFactory, not PacketSocket. fix bug introduced by changeset c33b6d2775b7. 2008-05-28 11:28:06 -07:00
Mathieu Lacage
20b1d65d07 avoid segfault 2008-05-27 15:57:51 -07:00
Raj Bhattacharjea
62ff82d0ca Fix up recv buffer stuff some more 2008-05-22 17:08:19 -04:00