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
Currently, messages are sent on one-off sockets on randomized ports. While this is not a problem for interoperability with DUNE/IMC, it's easier to trace network traffic if all messages originate from the same port.
This would involve a refactor where an IMCSenderUDP object is stored in the IMCBase/DynamicActor class and re-used.
The text was updated successfully, but these errors were encountered:
Currently, messages are sent on one-off sockets on randomized ports. While this is not a problem for interoperability with DUNE/IMC, it's easier to trace network traffic if all messages originate from the same port.
This would involve a refactor where an IMCSenderUDP object is stored in the IMCBase/DynamicActor class and re-used.
The text was updated successfully, but these errors were encountered: