Hi, On Fri, Sep 22, 2017 at 02:12:06AM +0000, Osvaldo Alcala (Ozzie) via USRP-users wrote: > Hi, I'm running with the Python API and I keep getting the following warning > (see pic below). I go ahead and change the buffer size per the command > listed, but I still get the warning again with different numbers. > > Is this normal? Will it cause any data loss? Anyway to fix?
Actually, your screenshot already contains suggestions for a fix. Running `sysctl -w net.core.wmem_max=` and `sysctl -w net.core.rmem_max=` with the suggested values will size the send/recv buffers of your udp transport accordingly. AFAIK this is not closely related to the Python API, bit might be triggered by huge buffers passed into the python send/recv call? Cheers, Andrej -- Andrej Rode GPG Key: 750B CBBB 4A75 811A 4D5F 03ED 5C23 7FB8 9A7D A2AA
signature.asc
Description: Digital signature
_______________________________________________ USRP-users mailing list USRP-users@lists.ettus.com http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com