I expect [netsend -u]
to write responses from the server to its right outlet, but it isn't working. I've confirmed that 1. the messages are received by the server, and 2. the server responds correctly (other applications can receive and print responses). lsof -P | grep UDP | grep pd
shows that pd is indeed listening for a response.
What would prevent the responses from being received, output, or printed by netsend
?