This commit is contained in:
2020-04-22 14:05:20 +02:00
parent 9ee2d389fb
commit c976c63fb5
3 changed files with 12 additions and 1 deletions

View File

@ -633,6 +633,8 @@ Result<IpAddr> Detector::getDestinationUDPIP(Positions pos) const {
void Detector::setDestinationUDPIP(const IpAddr ip, Positions pos) {
pimpl->Parallel(&Module::setDestinationUDPIP, pos, ip);
auto mac = pimpl->Parallel1(&Receiver::setDestinationUDPIP, pos, {}, ip).squash();
setDestinationUDPMAC(mac, pos);
}
Result<IpAddr> Detector::getDestinationUDPIP2(Positions pos) const {