NetSimulyzer-ns3-module icon indicating copy to clipboard operation
NetSimulyzer-ns3-module copied to clipboard

`OptionalValue` Does Not Work With `ns3::ConfigStore`

Open bpe2 opened this issue 2 years ago • 0 comments

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

image

bpe2 avatar Sep 29 '22 13:09 bpe2