net_listening - DogeOSReturns true if client is actively listening for network connections.Returns true if client is actively listening for network connections. PARAMETERS None REQUEST JSON{ "jsonrpc":"2.0", "method":"net_listening", "params":[], "id":67 } RESPONSE Result - true when listening, otherwise false. JSON{ "id": 67, "jsonrpc": "2.0", "result": true }