MTU is larger than the FastSendDatagramThreshold

执行uhd_usrp_probe.exe时,提示"MTU is larger than the FastSendDatagramThreshold"。解决方法如下:

Problem

You may see a message similar to the following  on Windows machines when using the Support Package for USRP Radio Rx or Tx System objects or blocks:

    The MTU(1472) is larger than the FastSendDatagramThreshold(1024)!

    This will negatively affect the transmit performance.

    See the transport application notes for more detail.

Possible Solution

the Ettus Research web site has a document,UHD-Transport Application Notes(Broken Links),that describes this problem.See the MicroSoft web site:Optimizing Windows Media Services for Appendix E:Registry Key for information  on increasing this setting.After you have perused these documents,follow the instructions in this section to apply the change.

  Warning Incorrectly editing the registry may serverely damage your system.Before making changes to the registry,you shuold back up any valued data on your computer.

To increase the FastSendDatagramThreshold,follow these steps:

1.Click Windows Start,Enter regedit in Search programs and files

2.using the left side navigation windows,go to HKEY_LOCAL_MACHINE\system\CurrentControlSet\Services\AFD\Parameters\.

3.Right click on Parameters and Select New->DWORD(32-bit)Value.

4.Enter FastSendDatagramThreshold as the name.

5.Right click on FashSendDatagramThreshold value and select modify.

6.Enter 1500 for Value data.Select Decimal as Base value.

7.Click OK.FastSendDatagramThreshold should now have the following settings:

8.Close the registry editor.A system reboot is recommended after the registry key change.

PS:file:///C:/MATLAB/SupportPackages/R2013a/sdru/help/gs/btojzt3.html

 

posted @ 2015-03-17 09:15  snapdragon  阅读(1794)  评论(0编辑  收藏  举报