Skip to content

Changes

Summary

  1. Add a flag for ZMQ to listen on all interfaces (#6931) (details)
  2. Add an --interactivePort flag to force ZMQ to set a port (#6949) (details)
Commit 9124c0c2d3b15da314330795b4ce462740245734 by Martin Sjölund
Add a flag for ZMQ to listen on all interfaces (#6931)

`-d=zmqDangerousAcceptConnectionsFromAnywhere` because this really is
a dangerous thing to do. It is acceptable in docker/etc though which is
the intended use-case.
The file was modified OMCompiler/Compiler/Util/ZeroMQ.mo (diff)
The file was modified OMCompiler/Compiler/Main/Main.mo (diff)
The file was modified OMCompiler/Compiler/Util/FlagsUtil.mo (diff)
The file was modified OMCompiler/Compiler/Util/Flags.mo (diff)
The file was modified OMCompiler/Compiler/runtime/zeromqimpl.c (diff)
Commit 68245f4677df53a77d8ec96320f6e1c31069fdc7 by Martin Sjölund
Add an --interactivePort flag to force ZMQ to set a port (#6949)
The file was modified OMCompiler/Compiler/Main/Main.mo (diff)
The file was modified OMCompiler/Compiler/Util/Flags.mo (diff)
The file was modified OMCompiler/Compiler/Util/FlagsUtil.mo (diff)
The file was modified OMCompiler/Compiler/Util/ZeroMQ.mo (diff)
The file was modified OMCompiler/Compiler/runtime/zeromqimpl.c (diff)