Commit Graph

365 Commits

Author SHA1 Message Date
Mathieu Lacage
27fec02cb2 couple of small typos 2008-12-10 02:09:57 -08:00
Mathieu Lacage
0c525af5f7 bug 440: fix build of tutorial example third.cc 2008-12-10 01:54:24 -08:00
Craig Dowell
4b0f97c0aa Add reasonable data rate and delay to csma channels; update tutorial 2008-12-09 12:04:36 -08:00
Craig Dowell
5168309a66 Remove stray ^M that snuck into examples 2008-12-09 10:28:44 -08:00
Craig Dowell
64a7dac84b fix bug 431 -- memory leak in bridge net device 2008-12-03 17:47:03 -08:00
Craig Dowell
d27274e958 disallow routing on bridge devices with IP address, fix wifi-wired-bridging 2008-11-26 13:48:53 -08:00
Craig Dowell
8e049d9194 document wifi-wired-bridging a little and add aborts if bridged net devices with IP addresses found 2008-11-24 21:39:00 -08:00
Craig Dowell
99233fe787 branch merge 2008-11-24 11:21:15 -08:00
Mathieu Lacage
8393b27aa2 merge with HEAD 2008-11-24 06:36:05 +01:00
Craig Dowell
b66f046916 fix bug 114 and bug 66 2008-11-20 16:48:21 -08:00
Craig Dowell
0f468c97e7 Admit possibility that not all nodes are routers. 2008-11-19 18:44:20 -08:00
Craig Dowell
23b216a600 convince global routing not to crash in the presence of bridges 2008-11-19 15:54:12 -08:00
Craig Dowell
1e42d9bae7 add bridged routing example 2008-11-18 15:46:46 -08:00
Unknown
222d38c1ef fix buggy example 2008-11-17 19:25:34 -08:00
Craig Dowell
586aa57b97 osx doesn't emu 2008-11-07 20:41:38 -08:00
Unknown
a9914ca540 Initial IPv6 capability 2008-11-07 11:36:15 -08:00
Mathieu Lacage
6ebfe7faba new wifi API 2008-11-04 14:06:34 +01:00
Craig Dowell
9df77a6cdd add emu-udp-echo example 2008-10-30 10:00:41 -07:00
Craig Dowell
6eeec4502a Apply icmp-application patch frm lacage 2008-10-29 11:19:01 -07:00
Mathieu Lacage
b09d1008de get rid of reference model for log distance model 2008-10-28 13:40:33 +01:00
Mathieu Lacage
40dc133bc7 merge with HEAD 2008-10-28 11:26:58 +01:00
Mathieu Lacage
f264e2efa2 merge with HEAD 2008-10-27 12:17:38 +01:00
Craig Dowell
af16634027 csma version of install star and example 2008-10-24 17:29:26 -07:00
Craig Dowell
f18f28985f make star topologies easier to create 2008-10-24 15:50:52 -07:00
Mathieu Lacage
6557016724 remove uneeded includes. 2008-10-15 14:42:27 +02:00
Tom Henderson
1c3dcd37b3 bug in script-- Stop not being called 2008-10-02 16:48:01 -07:00
Mathieu Lacage
f8bbbbc899 make sure sinks are started 2008-09-23 16:38:51 -07:00
Mathieu Lacage
fbf3dd3cf7 make sure that the sinks are started 2008-09-23 16:31:54 -07:00
Mathieu Lacage
a7b4e36b84 use better variable names. 2008-09-23 16:14:00 -07:00
Mathieu Lacage
97b7179161 the sink must be enabled on node 2 2008-09-23 16:02:30 -07:00
Gustavo J. A. M. Carneiro
aa6308bc1a Make the example less verbose (for use in regression) 2008-09-15 11:39:15 +01:00
Florian Westphal
7fb1cd3b38 nsc: rework tcp-nsc-zoo example
- fix segfault when nodes argument <=3
- reduce data rate and run time to get smaller pcap files
- add rng seed to make output stable
2008-09-11 01:34:46 +02:00
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