Changes between Version 10 and Version 11 of WARPLab/Debugging


Ignore:
Timestamp:
Nov 18, 2015, 3:59:33 PM (8 years ago)
Author:
welsh
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WARPLab/Debugging

    v10 v11  
    347347As long as you just receive the warning and there are no Read IQ / Read RSSI errors, then all this does is slow down the commands (ie you will not be getting the best performance).  If you are ok with the reduced performance and wish to remove the warning, you can use the command '''wl_mex_udp_transport('suppress_iq_warnings')'''.
    348348
    349 
    350 
     349Also, if using Ubuntu 12.04 and you see a message during initNodes {{{OS reduced recv buffer size to 131071}}}
     350then you can adjust the receive buffer size by using the following command: {{{sysctl -w net.core.rmem_max=8388608}}}
     351