net: apps: Disable multicast sending in echo-client

In order to test unicast sending properly, disable multicast
sending temporarily.

Change-Id: If90acf003910a954770caa53825116d2a9ddadc1
Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
This commit is contained in:
Jukka Rissanen 2016-02-15 11:24:17 +02:00 committed by Gerrit Code Review
commit feff518981

View file

@ -331,8 +331,6 @@ void sending(void)
ipsum_len - expecting);
}
}
send_unicast = !send_unicast;
}
void receiving(void)