Learn R Programming

gethr (version 0.1.0)

net_listening: Whether client is listening or not.

Description

net_listening returns true if client is actively listening for network connections.

Usage

net_listening()

Arguments

Value

Boolean - true when listening, otherwise false.

See Also

Other net functions: gethr, net_peerCount, net_version

Examples

Run this code
# NOT RUN {
net_listening()
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab