pingConfig abstract method
Test network speed
config — Xray config
port — Port to test
testingUrl — URL to test (need response 200 or 204 code)
Implementation
Future<int> pingConfig(XrayConfig config, int port, String testingUrl);
Test network speed
config — Xray config
port — Port to test
testingUrl — URL to test (need response 200 or 204 code)
Future<int> pingConfig(XrayConfig config, int port, String testingUrl);