Configures libp2p to enable/disable the Ping service.
// ... (other static option methods) static Option ping(bool enabled) { return (config) => config.withPing(enabled); }