<div dir="ltr">Hello,<div><br></div><div>I am running a wireless ad-hoc scenario with 5 nodes with one consumer and one producer. Currently, I am getting around 35% satisfaction ratio.</div><div><br></div><div>Here is my wireless settings,</div><div><br></div><div><div style="color:rgb(212,212,212);background-color:rgb(30,30,30);font-family:"Droid Sans Mono",monospace,monospace,"Droid Sans Fallback";font-size:14px;line-height:19px;white-space:pre"><div>  WifiHelper wifi;</div><div><span style="color:rgb(106,153,85)">  //wifi.SetRemoteStationManager ("ns3::AarfWifiManager");</span></div><div>  <span style="color:rgb(156,220,254)">wifi</span>.<span style="color:rgb(220,220,170)">SetStandard</span>(WIFI_PHY_STANDARD_80211n_2_4GHZ);</div><div>  <span style="color:rgb(156,220,254)">wifi</span>.<span style="color:rgb(220,220,170)">SetRemoteStationManager</span>(<span style="color:rgb(206,145,120)">"ns3::ConstantRateWifiManager"</span>, <span style="color:rgb(206,145,120)">"DataMode"</span>,</div><div>                               <span style="color:rgb(220,220,170)">StringValue</span>(<span style="color:rgb(206,145,120)">"OfdmRate6MbpsBW10MHz"</span>));</div><br><div>  YansWifiChannelHelper wifiChannel;<span style="color:rgb(106,153,85)"> // = YansWifiChannelHelper::Default ();</span></div><div>  <span style="color:rgb(156,220,254)">wifiChannel</span>.<span style="color:rgb(220,220,170)">SetPropagationDelay</span>(<span style="color:rgb(206,145,120)">"ns3::ConstantSpeedPropagationDelayModel"</span>);</div><div>  <span style="color:rgb(156,220,254)">wifiChannel</span>.<span style="color:rgb(220,220,170)">AddPropagationLoss</span>(<span style="color:rgb(206,145,120)">"ns3::ThreeLogDistancePropagationLossModel"</span>);</div><div>  <span style="color:rgb(156,220,254)">wifiChannel</span>.<span style="color:rgb(220,220,170)">AddPropagationLoss</span>(<span style="color:rgb(206,145,120)">"ns3::NakagamiPropagationLossModel"</span>);</div><div>  <span style="color:rgb(156,220,254)">wifiChannel</span>.<span style="color:rgb(220,220,170)">AddPropagationLoss</span> (<span style="color:rgb(206,145,120)">"ns3::RangePropagationLossModel"</span>);</div><div><br></div><br><div><span style="color:rgb(106,153,85)">  // YansWifiPhy wifiPhy = YansWifiPhy::Default();</span></div><div>  YansWifiPhyHelper wifiPhyHelper = <span style="color:rgb(78,201,176)">YansWifiPhyHelper</span>::<span style="color:rgb(220,220,170)">Default</span>();</div><div>  <span style="color:rgb(156,220,254)">wifiPhyHelper</span>.<span style="color:rgb(220,220,170)">SetChannel</span>(<span style="color:rgb(156,220,254)">wifiChannel</span>.<span style="color:rgb(220,220,170)">Create</span>());</div><div>  <span style="color:rgb(156,220,254)">wifiPhyHelper</span>.<span style="color:rgb(220,220,170)">Set</span>(<span style="color:rgb(206,145,120)">"TxPowerStart"</span>, <span style="color:rgb(220,220,170)">DoubleValue</span>(<span style="color:rgb(181,206,168)">5</span>));</div><div>  <span style="color:rgb(156,220,254)">wifiPhyHelper</span>.<span style="color:rgb(220,220,170)">Set</span>(<span style="color:rgb(206,145,120)">"TxPowerEnd"</span>, <span style="color:rgb(220,220,170)">DoubleValue</span>(<span style="color:rgb(181,206,168)">5</span>));</div><br><div>  WifiMacHelper wifiMacHelper;</div><div>  <span style="color:rgb(156,220,254)">wifiMacHelper</span>.<span style="color:rgb(220,220,170)">SetType</span>(<span style="color:rgb(206,145,120)">"ns3::AdhocWifiMac"</span>);</div></div><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><br></div><div>How can I improve the satisfaction ratio ???</div><div><br></div><div>Note: I am using ConsumerCbr as a consumer, the interest rate is 10 interest/sec. I can see in L3RateTrcace that most of the interests are getting timedout.</div><div><font face="arial, sans-serif" color="#3d85c6"><br></font></div><div><font face="arial, sans-serif" color="#3d85c6">Thanks and Regards,</font></div><font face="arial, sans-serif" color="#3d85c6">Jeet Rabari</font><div><font face="arial, sans-serif" color="#3d85c6">National Institute of Technology, Calicut</font></div></div></div></div></div></div>