NetSimulyzer-ns3-module
NetSimulyzer-ns3-module copied to clipboard
`OptionalValue` Does Not Work With `ns3::ConfigStore`
The OptionalValue
class does not work with ns3's ConfigStore
, since that requires the ability to serialize/deserialize from strings, and we don't support that operation.
Look into either writing specific implementations of SerializeToString()
, etc. or find a way to opt us out