Re: [USRP-users] E310 packet size

2019-10-22 Thread Sam Reiter via USRP-users
Hey Jorn, get_max_num_samps() is "Get the max number of samples per buffer per packet." [1]. I haven't dug into it, but I'd guess that this is something that's dictated by your data type and your NIC's MTU. Does that return value change when you adjust your host side MTU? -Sam [1] https://files.

[USRP-users] E310 packet size

2019-10-18 Thread Skorstad , Jørn via USRP-users
Hi all, Still trying to understand some parts of the USRP that probably are quite elementary. When using the function get_max_num_samps it always reports 508. Does this mean that the number of samples returned for any requested sample rate will be decimated down to 508? Any way to change max_nu