You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
The
OptionalValue
class does not work with ns3'sConfigStore
, 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 outThe text was updated successfully, but these errors were encountered: