Doc fixes.
[debian/gnuradio] / usrp2 / host / include / usrp2 / usrp2.h
index af1297b9a15416c283d7d846caf2bed5f6c22f77..7a612f945bba06380af6cccb9df9c8a7997dff4d 100644 (file)
@@ -89,6 +89,7 @@ namespace usrp2 {
      * \param addr  Network mac address, e.g., "01:23:45:67:89:ab", "89:ab" or "".
      *              If \p addr is HH:HH, it's treated as if it were 00:50:c2:85:HH:HH
      *              "" will autoselect a USRP2 if there is only a single one on the local ethernet.
+     * \param rx_bufsize is the length in bytes of the kernel networking buffer to allocate.
      */
     static sptr make(const std::string &ifc, const std::string &addr="", size_t rx_bufsize=0);