Revision be14ffa8

b/host/lib/usrp/b100/io_impl.cpp
267 267
        - sizeof(vrt::if_packet_info_t().sid) //no stream id ever used
268 268
        - sizeof(vrt::if_packet_info_t().cid) //no class id ever used
269 269
    ;
270
    static const size_t bpp = 2048 - hdr_size;
270
    static const size_t bpp = _data_transport->get_send_frame_size() - hdr_size;
271 271
    const size_t spp = bpp/convert::get_bytes_per_item(args.otw_format);
272 272

  
273 273
    //make the new streamer given the samples per packet

Also available in: Unified diff