bridge.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
From: PrameelaRani <prameelarani.g@redpinesignals.com>
To: bridge@osdl.org
Subject: [Bridge] bridge not puping more data in TCP
Date: Tue, 01 Mar 2011 11:13:38 +0530	[thread overview]
Message-ID: <4D6C878A.503@redpinesignals.com> (raw)

Hi,
I have configured a bridge between ethernet and WLAN interfaces. This is 
the only bridge in my system. When we are transmitting udp traffic from 
ethernet machine to wlan machine, bridge is pumping enough packets but 
when we are doing TCP it is not pumping more data and hence we are 
getting less throughputs.
Here is the bridge script we are using presently.

brctl addbr bri0
ifconfig bri0 192.168.200.127 netmask 255.255.255.0
ifconfig bri0 up
brctl setfd bri0 1
brctl stp bri0 off
brctl addif bri0 eth0 ; /sbin/ifconfig eth0 up 0.0.0.0 ;
brctl addif bri0 vap0 ;#/sbin/ifconfig vap0 up 0.0.0.0 ;

Do I need to set any other options like setbridgeprio etc??. But I think 
this is useful if we have more than one bridge.

Thanks,
Prameela


                 reply	other threads:[~2011-03-01  5:43 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=4D6C878A.503@redpinesignals.com \
    --to=prameelarani.g@redpinesignals.com \
    --cc=bridge@osdl.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).