summaryrefslogtreecommitdiffstats
path: root/host/include
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-04-05 18:32:33 -0700
committerJosh Blum <josh@joshknows.com>2010-04-05 18:32:33 -0700
commit8740bc7149717673c4580767142ce2563035d4cb (patch)
treee90e8087d2fa1d4d833c9f9bdc22714a65b1e446 /host/include
parented5cb33eb402c5d34c330d1b9dcb99658c628a72 (diff)
downloaduhd-8740bc7149717673c4580767142ce2563035d4cb.tar.gz
uhd-8740bc7149717673c4580767142ce2563035d4cb.tar.bz2
uhd-8740bc7149717673c4580767142ce2563035d4cb.zip
handle tx fragment eob flag case
Diffstat (limited to 'host/include')
-rw-r--r--host/include/uhd/device.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/host/include/uhd/device.hpp b/host/include/uhd/device.hpp
index bf7e0753d..ae75e6dc8 100644
--- a/host/include/uhd/device.hpp
+++ b/host/include/uhd/device.hpp
@@ -83,6 +83,7 @@ public:
* If the buffer has more samples than the maximum supported,
* the send method will send the maximum number of samples
* as supported by the transport and return the number sent.
+ * In this case, the end of burst flag will be forced to false.
* It is up to the caller to call send again on the un-sent
* portions of the buffer, until the buffer is exhausted.
*