From: Marek Lindner <lindner_marek@yahoo.de>
To: The list for a Better Approach To Mobile Ad-hoc Networking
<b.a.t.m.a.n@open-mesh.net>
Subject: Re: [B.A.T.M.A.N.] Masters thesis
Date: Thu, 30 Apr 2009 16:46:49 +0800 [thread overview]
Message-ID: <200904301646.50271.lindner_marek@yahoo.de> (raw)
In-Reply-To: <49F96044.4070207@informatik.haw-hamburg.de>
Hi,
> Was the protocol implemented yet on a simulation platform like omnet?
> For comparing purposes (for example with OLSR) it could be interesting
> to simulate the protocol.
there is no simulator support that I know of.
> Further the package load will be tunnelled through batman network by an
> udp tunnel. There was reasons to do this. But why we can not establish
> an tcp-tunel on top of the existing tunnels. So earn more overhead but
> the delivery of the related packages are granted.
It is not necessary to implement the tunnel with TCP as all protocols that use
the tunnel already have a mechanism to detect packet lost. If you issue a HTTP
query over a tunnel it will look like this:
HTTP -> TCP -> UDP Tunnel -> Internet
Your setup would look like this:
HTTP -> TCP -> TCP Tunnel -> Internet
Next to the overhead which comes with TCP you will face a double congestion
window (see TCP congestion avoidance). In a lossy environment TCP over TCP
connection will run at the lowest speed possible without a chance to recover.
> In respect to IPv6: What is the problem with IPv6? The batman protocol
> self should work with ipv6? As payload it could be realized by an tunnel
> too.
Its not a problem - just somebody needs to do it. :-)
Regards,
Marek
next prev parent reply other threads:[~2009-04-30 8:46 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-27 14:42 [B.A.T.M.A.N.] Masters thesis Vojislav Marinkovic
2009-04-27 16:44 ` elektra
2009-04-27 17:41 ` Vojislav Marinkovic
2009-04-30 8:24 ` Maik Wodarz
2009-04-30 8:46 ` Marek Lindner [this message]
2009-04-30 11:41 ` elektra
2009-04-29 2:59 ` Marek Lindner
2009-05-01 10:51 ` Vojislav Marinkovic
2009-05-01 15:11 ` elektra
2009-05-01 15:32 ` Troy Benjegerdes
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200904301646.50271.lindner_marek@yahoo.de \
--to=lindner_marek@yahoo.de \
--cc=b.a.t.m.a.n@open-mesh.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.