mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-11 04:17:15 +02:00
setting rx_hostname (or udp_dstip with rx_hostname not none) will always set udp_dstmac. solves problem of chaing udp_dstip and udp_dstmac stays the same (#544)
This commit is contained in:
@ -1182,6 +1182,7 @@ class Detector(CppDetectorApi):
|
||||
----
|
||||
Not mandatory to set as udp_dstip retrieves it from slsReceiver process but must be set if you use a custom receiver (not slsReceiver). \n
|
||||
To set MACs for individual modules, use setDestinationUDPMAC.
|
||||
Use router mac if router between detector and receiver.
|
||||
|
||||
Example
|
||||
-------
|
||||
@ -1208,6 +1209,7 @@ class Detector(CppDetectorApi):
|
||||
To set MACs for individual modules, use setDestinationUDPMAC2. \n
|
||||
[Jungfrau] bottom half \n
|
||||
[Gotthard2] veto debugging \n
|
||||
Use router mac if router between detector and receiver.
|
||||
|
||||
Example
|
||||
------
|
||||
|
Reference in New Issue
Block a user