summaryrefslogtreecommitdiffstats
path: root/rules/netcat.in
blob: fcf825e446f4214226509732968dfacc0bfb9dbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## SECTION=networking

config NETCAT
	tristate
	prompt "netcat"
	depends on !BUSYBOX_NC && !BUSYBOX_NETCAT || ALLYES
	select LIBBSD
	select LIBC_RESOLV
	help
	  The nc (or netcat) utility is used for just about anything under The
	  sun involving TCP, UDP, or UNIX-domain sockets. It can open TCP
	  connections, send UDP packets, listen on arbitrary TCP and UDP ports
	  do port scanning, and deal with both IPv4 and IPv6.

comment "busybox' netcat is selected!"
	depends on BUSYBOX_NC || BUSYBOX_NETCAT