netcat
Table of ContentsClose
1. Usage
1.1. UDP
netcat -ulp 6969 # listen on udp
- Note: I still am not sure what listening on udp means. Does it mean that i am
recvfrom()
in loop?
netcat -ulp 6969 # listen on udp
recvfrom()
in loop?Created: 2024-07-16 Tue 16:44