Skip to content

Commit 704da05

Browse files
author
Brett Witherspoon
committed
Add note about send and recv buffer sizing
1 parent be86483 commit 704da05

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

quick-start-guides/usrp-x410.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,9 @@ usrp_update_fs -t v4.5.0.0
171171
ssh-keygen -f "$HOME/.ssh/known_hosts" -R "x410-0"
172172
ssh root@x410-0
173173
mender commit
174+
```
174175

176+
The UHD driver will strongly suggest that the networking subsystem send and recv buffers are sized sufficiently.
175177

176178
```shell
177179
[WARNING] [UDP] The recv buffer could not be resized sufficiently.
@@ -187,6 +189,8 @@ See the transport application notes on buffer resizing.
187189
Please run: sudo sysctl -w net.core.wmem_max=2500000
188190
```
189191

192+
The UHD package installs a `/etc/sysctl.d/uhd-usrp2.conf` to adjust these settings on boot, but these values are for the older gigabet Ethernet devices and need to be increased.
193+
190194
### References
191195

192196
- [Product Page](https://www.ettus.com/all-products/usrp-x410/)

0 commit comments

Comments
 (0)