Using netcat with -p option [closed]
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . I used netcat in the following way nc -l 3333 //for server nc 127.0.0.1 3333 // for client With this I am able to use it as a two way chatting system. My question is, then why is there another option -p ( -p source_port Specifies the source port nc should use, subject to privilege restrictions and availability.)