* RE: [LARTC] Bandwidth Restrictions in Linux
2003-01-23 21:59 [LARTC] Bandwidth Restrictions in Linux Intercom - Roberto Ravetti
@ 2003-01-24 9:08 ` ISC Robert Kryczalo
2003-01-24 15:16 ` Intercom - Roberto Ravetti
` (6 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: ISC Robert Kryczalo @ 2003-01-24 9:08 UTC (permalink / raw)
To: lartc
Hello
> We are ISP and we give Internet Wireless Outdoor Service . The
> Base Station
> works in 802.11b and it is connected with a Linux Mandrake Server
> that make
> NAT.
802.11b devices are by design experiencing "hidden node" effect.
>
> Besides the linux Server limit the bandwidth of each Wireless Client, per
> IP, using an aplication called Traffic Control with CBQ rules.
> The bandwidth
> that we are limit is at 32Kb, 48Kb, 64Kb, 72Kb, 96Kb and 128Kb.
> We have only
> 26 clients, son we are limiting only 26 Ip numbers at those bandwith.
If the wireless clients can't "hear" (by radio transmission) then it is
quite possible that they want to transmit at the same time resulting in a
radio collision at AP. It is a common effect when large distances and large
number of 802.11b nodes with directional antenas are involved.
>
> For example:
> The following is a ping to a client that has limited to 72Kbps.. in this
> moments he is not making any traffic in the internet, the normals
> delay time
> of ping would be around 6 ms... but in stead of look that
> response time....
> The pings varies from 4ms up to 2 seconds... and I promisse you that he is
> not trafficking anything..
>
> 64 bytes from 192.168.8.18: icmp_seq=0 ttl\x128 time=1.479 sec
> 64 bytes from 192.168.8.18: icmp_seq=1 ttl\x128 time=1.179 sec
> 64 bytes from 192.168.8.18: icmp_seq=2 ttl\x128 time=1.329 sec
> 64 bytes from 192.168.8.18: icmp_seq=4 ttl\x128 time=4.078 msec
> 64 bytes from 192.168.8.18: icmp_seq=6 ttl\x128 time\x12.622 msec
> 64 bytes from 192.168.8.18: icmp_seq=7 ttl\x128 time\x10.002 msec
> 64 bytes from 192.168.8.18: icmp_seq=8 ttl\x128 timea0.729 msec
> 64 bytes from 192.168.8.18: icmp_seq=9 ttl\x128 timev9.707 msec
> 64 bytes from 192.168.8.18: icmp_seq\x10 ttl\x128 timex8.533 msec
> 64 bytes from 192.168.8.18: icmp_seq\x11 ttl\x128 time™2.062 msec
> 64 bytes from 192.168.8.18: icmp_seq\x12 ttl\x128 time™9.109 msec
> 64 bytes from 192.168.8.18: icmp_seq\x13 ttl\x128 time=1.184 sec
> 64 bytes from 192.168.8.18: icmp_seq\x14 ttl\x128 time=1.009 sec
> 64 bytes from 192.168.8.18: icmp_seq\x15 ttl\x128 time=1.359 sec
Great chance that it is "hidden node effect" or some mistake in cbq
configuration... try not to shape your clients and check if problem arises
(check utilization of interface connecting linux router with AP, too) ...
check qdisc and classes stats (tc -s -s -d may be of some help)
It is also possible that something close to your AP is transmiting at same
frequencies, look for some 2.4GHz devices (wireless cameras, other wireless
data transmission systems). Try to change channels ..... use at last 20MHz
separation between your AP (so use only channels 1,7,13). Those pings may
indicate interference.... Try to change polarization at AP and wireless
clients... check your cables and antenas... watch AP's stats, check signal
level at client antennas with something decent like Lucen Orinoco and
NetStumbler. You can find more details on other wireless mailing lists .
The workarounds are....
Limit upload speeds to minimum (it can minimalize hidden node effect)
Use some decent 2.4GHz system ... like TDMA systems using karlnet's software
(Avaya COR and RORs, AirBus etc.) . they are not vulnerable to this effect.
>
> So I modify the INI files of the CBQ, and I give her 128Kbps and the pings
> now are normal.... 6ms, 4ms, 10ms... The following is the file I modify...
Hm, hidden node effect takes place when wireless utilization is high.... but
if you are sure that pings are normal for a long period of time with those
settings then there are probably some timing issues with CBQ working at low
speeds or you classify packets to wrong classes. As far as I remember CBQ
during my tests got stuck sometimes while trying to throttle traffic.Try to
send more details and perform more tests.
Robert Kryczalo
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 9+ messages in thread* Re: [LARTC] Bandwidth Restrictions in Linux
2003-01-23 21:59 [LARTC] Bandwidth Restrictions in Linux Intercom - Roberto Ravetti
2003-01-24 9:08 ` ISC Robert Kryczalo
@ 2003-01-24 15:16 ` Intercom - Roberto Ravetti
2003-01-24 18:57 ` ISC Robert Kryczalo
` (5 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: Intercom - Roberto Ravetti @ 2003-01-24 15:16 UTC (permalink / raw)
To: lartc
Robert:
I thank your comments... We are WISP from just two years... we use AP Lucent
Orinoco.. In the begining we use Karlnet software but now we are in mode
802.11b. That change make us see the way to limit the bandwidth... We are
using channel 1 with an omni for an PMtP and channel 6 and 11 with two PtP.
And we are in a small city.
Fist we make it with CBQ and after that we change the way to manage CBQ and
we did it with CBQ.INIT, that is more easy to manage.
I am subscribe to isp-wireless.com and I have discussing this problem
several times.
In moments that the delay of the pings are high, the pings to other clients
are normal... besides the pings between wireless client are ALWAYS good and
normal.. the only delay is SOMETIMES from the linux to the some clients...
The Signal and Noise are very good (between 15 and 25 of SNR in all
clients).. it is not so, I would have problem with all clients and I could
tell you that I have never not delay with client limit to 128Kbps, and I
have sometimes delay with the one who has less bandwidth.
I think that is not a mistake in the configuration of CBQ becouse we are
using the INI Files where I put only some values and all the rules are
charge in Memory when I execute CBQ.INIT START.
The AP Lucent Orinoco is configure in 2Mg, I will configure at 1Mg to
minimalize the hidden node effect.
I think is a problem of CBQ at that lower bandwith.. someone told me to use
HTB or TBF.. Can they be better than CBQ..?
We have besides a CISCO 3620 just configures to try and test limit bandwith
over PPPoE.. Somebody tell that it is not the best solution... we will
try...
Thanks for any comment
Bye
------------------------------------
Roberto Ravetti
Intercom I.S.P
Gerente de Servicios
mailto: rravetti@itc.com.ar
Te: (54) 3571 427 777
Rio Tercero - Cordoba - Argentina
------------------------------------
----- Original Message -----
From: "ISC Robert Kryczalo" <robert.kryczalo@iscnet.pl>
To: "Intercom - Roberto Ravetti" <rravetti@itc.com.ar>;
<lartc@mailman.ds9a.nl>
Sent: Friday, January 24, 2003 6:08 AM
Subject: RE: [LARTC] Bandwidth Restrictions in Linux
> Hello
> > We are ISP and we give Internet Wireless Outdoor Service . The
> > Base Station
> > works in 802.11b and it is connected with a Linux Mandrake Server
> > that make
> > NAT.
> 802.11b devices are by design experiencing "hidden node" effect.
> >
> > Besides the linux Server limit the bandwidth of each Wireless Client,
per
> > IP, using an aplication called Traffic Control with CBQ rules.
> > The bandwidth
> > that we are limit is at 32Kb, 48Kb, 64Kb, 72Kb, 96Kb and 128Kb.
> > We have only
> > 26 clients, son we are limiting only 26 Ip numbers at those bandwith.
> If the wireless clients can' "hear" (by radio transmission) then it is
> quite possible that they want to transmit at the same time resulting in a
> radio collision at AP. It is a common effect when large distances and
large
> number of 802.11b nodes with directional antenas are involved.
> >
> > For example:
> > The following is a ping to a client that has limited to 72Kbps.. in this
> > moments he is not making any traffic in the internet, the normals
> > delay time
> > of ping would be around 6 ms... but in stead of look that
> > response time....
> > The pings varies from 4ms up to 2 seconds... and I promisse you that he
is
> > not trafficking anything..
> >
> > 64 bytes from 192.168.8.18: icmp_seq=0 ttl\x128 time=1.479 sec
> > 64 bytes from 192.168.8.18: icmp_seq=1 ttl\x128 time=1.179 sec
> > 64 bytes from 192.168.8.18: icmp_seq=2 ttl\x128 time=1.329 sec
> > 64 bytes from 192.168.8.18: icmp_seq=4 ttl\x128 time=4.078 msec
> > 64 bytes from 192.168.8.18: icmp_seq=6 ttl\x128 time\x12.622 msec
> > 64 bytes from 192.168.8.18: icmp_seq=7 ttl\x128 time\x10.002 msec
> > 64 bytes from 192.168.8.18: icmp_seq=8 ttl\x128 timea0.729 msec
> > 64 bytes from 192.168.8.18: icmp_seq=9 ttl\x128 timev9.707 msec
> > 64 bytes from 192.168.8.18: icmp_seq\x10 ttl\x128 timex8.533 msec
> > 64 bytes from 192.168.8.18: icmp_seq\x11 ttl\x128 time™2.062 msec
> > 64 bytes from 192.168.8.18: icmp_seq\x12 ttl\x128 time™9.109 msec
> > 64 bytes from 192.168.8.18: icmp_seq\x13 ttl\x128 time=1.184 sec
> > 64 bytes from 192.168.8.18: icmp_seq\x14 ttl\x128 time=1.009 sec
> > 64 bytes from 192.168.8.18: icmp_seq\x15 ttl\x128 time=1.359 sec
>
> Great chance that it is "hidden node effect" or some mistake in cbq
> configuration... try not to shape your clients and check if problem arises
> (check utilization of interface connecting linux router with AP, too) ...
> check qdisc and classes stats (tc -s -s -d may be of some help)
> It is also possible that something close to your AP is transmiting at same
> frequencies, look for some 2.4GHz devices (wireless cameras, other
wireless
> data transmission systems). Try to change channels ..... use at last 20MHz
> separation between your AP (so use only channels 1,7,13). Those pings may
> indicate interference.... Try to change polarization at AP and wireless
> clients... check your cables and antenas... watch AP's stats, check signal
> level at client antennas with something decent like Lucen Orinoco and
> NetStumbler. You can find more details on other wireless mailing lists .
>
> The workarounds are....
>
> Limit upload speeds to minimum (it can minimalize hidden node effect)
> Use some decent 2.4GHz system ... like TDMA systems using karlnet's
software
> (Avaya COR and RORs, AirBus etc.) . they are not vulnerable to this
effect.
>
>
> >
> > So I modify the INI files of the CBQ, and I give her 128Kbps and the
pings
> > now are normal.... 6ms, 4ms, 10ms... The following is the file I
modify...
> Hm, hidden node effect takes place when wireless utilization is high....
but
> if you are sure that pings are normal for a long period of time with those
> settings then there are probably some timing issues with CBQ working at
low
> speeds or you classify packets to wrong classes. As far as I remember CBQ
> during my tests got stuck sometimes while trying to throttle traffic.Try
to
> send more details and perform more tests.
>
> Robert Kryczalo
>
>
>
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 9+ messages in thread* RE: [LARTC] Bandwidth Restrictions in Linux
2003-01-23 21:59 [LARTC] Bandwidth Restrictions in Linux Intercom - Roberto Ravetti
2003-01-24 9:08 ` ISC Robert Kryczalo
2003-01-24 15:16 ` Intercom - Roberto Ravetti
@ 2003-01-24 18:57 ` ISC Robert Kryczalo
2003-01-25 8:43 ` ISC Robert Kryczalo
` (4 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: ISC Robert Kryczalo @ 2003-01-24 18:57 UTC (permalink / raw)
To: lartc
Hello,
> I thank your comments... We are WISP from just two years... we
> use AP Lucent
> Orinoco.. In the begining we use Karlnet software but now we are in mode
> 802.11b. That change make us see the way to limit the bandwidth... We are
> using channel 1 with an omni for an PMtP and channel 6 and 11
> with two PtP.
It seems ok.
> In moments that the delay of the pings are high, the pings to
> other clients
> are normal... besides the pings between wireless client are
> ALWAYS good and
> normal.. the only delay is SOMETIMES from the linux to the some clients...
Are you 100% sure about it? If so I would bet CBQ is to blame.
>
> The Signal and Noise are very good (between 15 and 25 of SNR in all
> clients).. it is not so, I would have problem with all clients and I could
> tell you that I have never not delay with client limit to 128Kbps, and I
> have sometimes delay with the one who has less bandwidth.
I always try to be at around -30dB. Anyway 20 is usually good.
>
> I think that is not a mistake in the configuration of CBQ becouse we are
> using the INI Files where I put only some values and all the rules are
> charge in Memory when I execute CBQ.INIT START.
>
> The AP Lucent Orinoco is configure in 2Mg, I will configure at 1Mg to
> minimalize the hidden node effect.
Well in my lab in perfect conditions I have got problems with 802.11b
devices working at 1Mbps.
It resulted in packet loss. Ant it will increase delays for sure.
>
> I think is a problem of CBQ at that lower bandwith.. someone told
> me to use
> HTB or TBF.. Can they be better than CBQ..?
Yes they can. I have just switched to HTB from CBQ and I am more than
pleased with that. Anyway HTB has several drawbacks and its use is sometime
not so intuitive. I am still not able to predict its behaviour precisely in
many situations.. fortunately I have my setup in one finger;)
Look for the messages with "How HTB treats priorities" in subject line.
Anyway clever setup can for sure decrese ping times, increase interactivity
and limit p2p software. I am currently able to limit my bandwidth usage by
50% and customers are more pleased than ever. And HTB works well with rates
of 15kbits/s and with some tweaking 12kbits/s. Lower rates are possible but
can produce side effects. And you have burst and cburst... HTB also shapes
better and dont get stuck. Sometimes earlier versions of htb work better.
>
> We have besides a CISCO 3620 just configures to try and test
> limit bandwith
> over PPPoE.. Somebody tell that it is not the best solution... we will
> try...
Well, I am going to introduce PPPoE with MAC address pairs on karlnet
devices but I have to test it first... It seems to be a reasonable solution,
especially when billing and history and more security is required.
Robert Kryczalo
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 9+ messages in thread* RE: [LARTC] Bandwidth Restrictions in Linux
2003-01-23 21:59 [LARTC] Bandwidth Restrictions in Linux Intercom - Roberto Ravetti
` (2 preceding siblings ...)
2003-01-24 18:57 ` ISC Robert Kryczalo
@ 2003-01-25 8:43 ` ISC Robert Kryczalo
2003-01-27 5:38 ` S Mohan
` (3 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: ISC Robert Kryczalo @ 2003-01-25 8:43 UTC (permalink / raw)
To: lartc
Hi,
> So, you were limiting bandwidth with CBQ... and now you change to HTB...??
Yes.
>
> What bandwidth you limited with CBQ and to how many clients...??
In most cases 128 kbit/s and for some special classes of trafic
96,80,64,48,40,39,32,24 kbit/s. MInimum guaranted rates of 15kbit/s.
Of course there are higher rates... And we serve much, much more customers
and have complex classification scheme based on time, port, packet size and
type classification scheme... Anyway it take some time to regenerate HTB
tree and to create firewall rules.
> Another test I made was in the moment that I have high delays from the
> Server to a wireless client, I ping from the client to the AP and
> to others
> client.. the result was NORMAL DELAY IN PING... around 4 ms.
So.. really check your CBQ scripts.
>
> Roberto.
Robert
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 9+ messages in thread* RE: [LARTC] Bandwidth Restrictions in Linux
2003-01-23 21:59 [LARTC] Bandwidth Restrictions in Linux Intercom - Roberto Ravetti
` (3 preceding siblings ...)
2003-01-25 8:43 ` ISC Robert Kryczalo
@ 2003-01-27 5:38 ` S Mohan
2003-01-27 14:03 ` Mathieu Deziel
` (2 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: S Mohan @ 2003-01-27 5:38 UTC (permalink / raw)
To: lartc
Have you tried htb.init (works like cbq.init using htb)? Available in
sourceforge, I think. Google would be your friend.
Mohan
-----Original Message-----
From: lartc-admin@mailman.ds9a.nl [mailto:lartc-admin@mailman.ds9a.nl]On
Behalf Of ISC Robert Kryczalo
Sent: 25 January 2003 14:13
To: Intercom - Roberto Ravetti; Lartc@Mailman. Ds9a. Nl
Subject: RE: [LARTC] Bandwidth Restrictions in Linux
Hi,
> So, you were limiting bandwidth with CBQ... and now you change to HTB...??
Yes.
>
> What bandwidth you limited with CBQ and to how many clients...??
In most cases 128 kbit/s and for some special classes of trafic
96,80,64,48,40,39,32,24 kbit/s. MInimum guaranted rates of 15kbit/s.
Of course there are higher rates... And we serve much, much more customers
and have complex classification scheme based on time, port, packet size and
type classification scheme... Anyway it take some time to regenerate HTB
tree and to create firewall rules.
> Another test I made was in the moment that I have high delays from the
> Server to a wireless client, I ping from the client to the AP and
> to others
> client.. the result was NORMAL DELAY IN PING... around 4 ms.
So.. really check your CBQ scripts.
>
> Roberto.
Robert
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 9+ messages in thread* RE: [LARTC] Bandwidth Restrictions in Linux
2003-01-23 21:59 [LARTC] Bandwidth Restrictions in Linux Intercom - Roberto Ravetti
` (4 preceding siblings ...)
2003-01-27 5:38 ` S Mohan
@ 2003-01-27 14:03 ` Mathieu Deziel
2003-01-27 14:52 ` Tushar Gupta
2003-01-27 15:15 ` Debreczeni Peter
7 siblings, 0 replies; 9+ messages in thread
From: Mathieu Deziel @ 2003-01-27 14:03 UTC (permalink / raw)
To: lartc
>
> Hello
> > We are ISP and we give Internet Wireless Outdoor Service . The
> > Base Station
> > works in 802.11b and it is connected with a Linux Mandrake Server
> > that make
> > NAT.
> 802.11b devices are by design experiencing "hidden node" effect.
"Hidden node" problem can be avoided by the use of RTS-CTS (request to send, clear to
send). RTS-CTS are optional but can be enabled. You can also specify a threshold in
the size of the packet under which RTS-CTS will not be used, in which case the hidden
node problem might occur for those packets. RTS-CTS will solve the hidden node
problem, but will consume BW.
Mathieu.
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 9+ messages in thread* RE: [LARTC] Bandwidth Restrictions in Linux
2003-01-23 21:59 [LARTC] Bandwidth Restrictions in Linux Intercom - Roberto Ravetti
` (5 preceding siblings ...)
2003-01-27 14:03 ` Mathieu Deziel
@ 2003-01-27 14:52 ` Tushar Gupta
2003-01-27 15:15 ` Debreczeni Peter
7 siblings, 0 replies; 9+ messages in thread
From: Tushar Gupta @ 2003-01-27 14:52 UTC (permalink / raw)
To: lartc
Hi,
We are using squid for caching, with SCSI disk and 512 MB RAM. The
cache_mem setting in squid.conf is 64 MB. After running for several
hours total free RAM (as seen by top command) reduces to few kilobytes
and server response time increases (CPU idle cycles also go to zero),
and we need to reboot the server. Though as percentage of total CPU
usage squid is usually taking around 15-30%CPU and percentage of RAM as
12-15%MEM . After rebooting the server would again run fine for several
hours say half a day, and then RAM would gradually get consumed again.
Any suggestions are welcome.
Thanks
Tushar
-----Original Message-----
From: lartc-admin@mailman.ds9a.nl [mailto:lartc-admin@mailman.ds9a.nl]
On Behalf Of Mathieu Deziel
Sent: Monday, January 27, 2003 7:33 PM
To: lartc@mailman.ds9a.nl
Cc: robert.kryczalo@iscnet.pl; rravetti@itc.com.ar
Subject: RE: [LARTC] Bandwidth Restrictions in Linux
>
> Hello
> > We are ISP and we give Internet Wireless Outdoor Service . The
> > Base Station
> > works in 802.11b and it is connected with a Linux Mandrake Server
> > that make
> > NAT.
> 802.11b devices are by design experiencing "hidden node" effect.
"Hidden node" problem can be avoided by the use of RTS-CTS (request to
send, clear to
send). RTS-CTS are optional but can be enabled. You can also specify a
threshold in
the size of the packet under which RTS-CTS will not be used, in which
case the hidden
node problem might occur for those packets. RTS-CTS will solve the
hidden node
problem, but will consume BW.
Mathieu.
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 9+ messages in thread* Re: [LARTC] Bandwidth Restrictions in Linux
2003-01-23 21:59 [LARTC] Bandwidth Restrictions in Linux Intercom - Roberto Ravetti
` (6 preceding siblings ...)
2003-01-27 14:52 ` Tushar Gupta
@ 2003-01-27 15:15 ` Debreczeni Peter
7 siblings, 0 replies; 9+ messages in thread
From: Debreczeni Peter @ 2003-01-27 15:15 UTC (permalink / raw)
To: lartc
and why are u ask this here?
try here:
http://www.squid-cache.org/mailing-lists.html
Tushar Gupta wrote:
> Hi,
>
> We are using squid for caching, with SCSI disk and 512 MB RAM. The
> cache_mem setting in squid.conf is 64 MB. After running for several
> hours total free RAM (as seen by top command) reduces to few kilobytes
> and server response time increases (CPU idle cycles also go to zero),
> and we need to reboot the server. Though as percentage of total CPU
> usage squid is usually taking around 15-30%CPU and percentage of RAM as
> 12-15%MEM . After rebooting the server would again run fine for several
> hours say half a day, and then RAM would gradually get consumed again.
>
> Any suggestions are welcome.
>
> Thanks
> Tushar
>
> -----Original Message-----
> From: lartc-admin@mailman.ds9a.nl [mailto:lartc-admin@mailman.ds9a.nl]
> On Behalf Of Mathieu Deziel
> Sent: Monday, January 27, 2003 7:33 PM
> To: lartc@mailman.ds9a.nl
> Cc: robert.kryczalo@iscnet.pl; rravetti@itc.com.ar
> Subject: RE: [LARTC] Bandwidth Restrictions in Linux
>
>
>>Hello
>>
>>>We are ISP and we give Internet Wireless Outdoor Service . The
>>>Base Station
>>>works in 802.11b and it is connected with a Linux Mandrake Server
>>>that make
>>>NAT.
>>
>>802.11b devices are by design experiencing "hidden node" effect.
>
>
> "Hidden node" problem can be avoided by the use of RTS-CTS (request to
> send, clear to
> send). RTS-CTS are optional but can be enabled. You can also specify a
> threshold in
> the size of the packet under which RTS-CTS will not be used, in which
> case the hidden
> node problem might occur for those packets. RTS-CTS will solve the
> hidden node
> problem, but will consume BW.
>
> Mathieu.
>
>
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 9+ messages in thread