comline/core/tests/package/test/ping.ids
2023-08-28 20:09:31 +01:00

16 lines
217 B
Plaintext

// Ping Schema
namespace tests::idl::ping
const LOW_PING_RATE:u16 = 20;
/// Ping another address
@provider=Any
protocol Ping {
function ping() -> bool
@timeout_ms=1000
function ping_limit() -> bool
}