Bug 1975 - DataRate should allow fractional bitrate
DataRate should allow fractional bitrate
Status: NEW
Product: ns-3
Classification: Unclassified
Component: network
ns-3-dev
All All
: P5 enhancement
Assigned To: ns-bugs
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-09-05 17:23 EDT by Tommaso Pecorella
Modified: 2014-09-05 17:23 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tommaso Pecorella 2014-09-05 17:23:44 EDT
uint64_t m_bps; //!< data rate [bps]

In case of fractional bitrate (e.g., 2.5 bps), an error should be raised.
Even better, this limitation should be removed.