Skip to content

Add a RegistrationMethod parameter to Sst engines.

This parameter controls how the contact information is communicated between writers and readers. Current options are File (which is how things have worked before with the Name parameter being interpreted as a filename into which to write contact information) and Screen (where contact information is written to and read from stdout and stdin respectively).

Merge request reports