Function psp::sys::sceHttpSetResolveRetry

source ·
#[no_mangle]
pub unsafe extern "C" fn sceHttpSetResolveRetry(
    id: i32,
    count: i32
) -> i32
Expand description

Set resolver retry

§Parameters

  • id: ID of the template or connection
  • count: Number of retries

§Return Value

0 on success, < 0 on error.