This doc http://docs.coronalabs.com/api/library/network/setStatusListener.html
tell us how to monitor a specific host, and create a listener for it.
netword.setStatusListernet( “www.apple.com”, networkListener )
But is it possible to monitor any adress with the same listener?
Like netword.setStatusListernet( *, networkListener )
* would be a wild card
Is it possible?