Sunday, 2 June 2013

netcat udp address already in use

netcat udp address already in use

I am trying get a response from the server by using the command echo 'my message' | nc -l -u 127.0.0.1 2947
But I get nc:Address already in use. for a response. How do find the reason for this message?

No comments:

Post a Comment