Skip to content
Snippets Groups Projects
Commit dee74bef authored by bodzsoaa's avatar bodzsoaa
Browse files

SM-14 Remove unnecessary setMulticastInterface from transmitter

parent 7c527026
No related branches found
No related tags found
No related merge requests found
...@@ -23,8 +23,6 @@ class MuebTransmitterPrivate { ...@@ -23,8 +23,6 @@ class MuebTransmitterPrivate {
datagram_(QByteArray(), configuration_.target_address(), datagram_(QByteArray(), configuration_.target_address(),
configuration_.animation_port()), configuration_.animation_port()),
q_ptr(transmitter) { q_ptr(transmitter) {
socket_.setMulticastInterface(configuration_.multicast_interface());
qInfo().noquote() qInfo().noquote()
<< QString("[MuebTransmitter] UDP Socket will send frame to %2:%3") << QString("[MuebTransmitter] UDP Socket will send frame to %2:%3")
.arg(configuration_.target_address().toString()) .arg(configuration_.target_address().toString())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment