mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-21 03:10:02 +02:00
temp fix
This commit is contained in:
parent
6c3f0d18ec
commit
4aee113dda
@ -25,6 +25,8 @@
|
|||||||
Implementation::Implementation(const detectorType d) {
|
Implementation::Implementation(const detectorType d) {
|
||||||
|
|
||||||
// network configuration (UDP)
|
// network configuration (UDP)
|
||||||
|
eth.resize(MAX_NUMBER_OF_LISTENING_THREADS);
|
||||||
|
udpPortNum.resize(MAX_NUMBER_OF_LISTENING_THREADS);
|
||||||
for (int i = 0; i < MAX_NUMBER_OF_LISTENING_THREADS; ++i) {
|
for (int i = 0; i < MAX_NUMBER_OF_LISTENING_THREADS; ++i) {
|
||||||
udpPortNum[i] = DEFAULT_UDP_PORTNO + i;
|
udpPortNum[i] = DEFAULT_UDP_PORTNO + i;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user