If you enabled both UDP and TCP server (with one port each) and TCP port is already bound with another app then PacketSender says that it cannot bind UDP port on start (it should complain about TCP port).
Though it opens UDP port and works as expected. So it's only about wrong message on PacketSender start.
What OS?
Description of issue
If you enabled both UDP and TCP server (with one port each) and TCP port is already bound with another app then PacketSender says that it cannot bind UDP port on start (it should complain about TCP port).
Though it opens UDP port and works as expected. So it's only about wrong message on PacketSender start.