the only thing i can suspect is the code in ifnet.c<br><br>#ifdef linux<br>  /* Set TOS */<br><br>  if (setsockopt(ifp->olsr_socket, SOL_SOCKET, SO_PRIORITY, (char *)&precedence, sizeof(precedence)) < 0) {<br>    perror("setsockopt(SO_PRIORITY)");<br>
    olsr_syslog(OLSR_LOG_ERR, "OLSRD: setsockopt(SO_PRIORITY) error %m");<br>  }<br>  if (setsockopt(ifp->olsr_socket, SOL_IP, IP_TOS, (char *)&tos_bits, sizeof(tos_bits)) < 0) {<br>    perror("setsockopt(IP_TOS)");<br>
    olsr_syslog(OLSR_LOG_ERR, "setsockopt(IP_TOS) error %m");<br>  }<br>#endif<br><br>Perhaps this code affects the queuing system.  I'll experiment and get back to you.  Thanks for your input.  <br><br><div class="gmail_quote">
On Thu, Nov 26, 2009 at 1:28 AM, Henning Rogge <span dir="ltr"><<a href="mailto:henning.rogge@fkie.fraunhofer.de">henning.rogge@fkie.fraunhofer.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On Thu November 26 2009 04:18:52 Joseph Chop wrote:<br>
> I have two N800s configured for an ad-hoc network.  One address is<br>
> 192.168.0.1 and the other address is 192.168.0.2.  In the case of static<br>
> routes, I simply enter the command on host <a href="http://192.168.0.1" target="_blank">192.168.0.1</a>:<br>
><br>
> ip route add 192.168.0.2 dev wlan0<br>
><br>
> similarily I enter the following command <a href="http://192.168.0.2" target="_blank">192.168.0.2</a>:<br>
><br>
> ip route add 192.168.0.1 dev wlan0<br>
><br>
> I transfer using iperf by typing<br>
> iperf -s on one host and<br>
> iperf --t 60 -c 192.168.0.1 on the other host<br>
><br>
> The nodes are about two feet from each other.  I've repeated the tests<br>
> several times, and even tested using ttcp and nuttcp to confirm the<br>
>  results.<br>
</div>I am sure olsrd is not able to increase your bandwith. In an indoor setup<br>
there are lot's of strange things which can change the parameters of your<br>
setup. The only thing OLSRd is doing is setting routes.<br>
<div><div></div><div class="h5"><br>
Henning Rogge<br>
<br>
--<br>
Diplom-Informatiker Henning Rogge , Fraunhofer-Institut für<br>
Kommunikation, Informationsverarbeitung und Ergonomie FKIE<br>
Kommunikationssysteme (KOM)<br>
Neuenahrer Straße 20, 53343 Wachtberg, Germany<br>
Telefon +49 228 9435-263,   Fax +49 228 9435 685<br>
mailto:<a href="mailto:henning.rogge@fkie.fraunhofer.de">henning.rogge@fkie.fraunhofer.de</a> <a href="http://www.fkie.fraunhofer.de" target="_blank">http://www.fkie.fraunhofer.de</a><br>
GPG: E1C6 0914 490B 3909 D944 F80D 4487 C67C 55EC CFE0<br>
</div></div></blockquote></div><br>