[][src]Function psp::sys::sceHttpSetResolveTimeOut

#[no_mangle]pub unsafe extern "C" fn sceHttpSetResolveTimeOut(id: i32, timeout: u32) -> i32

Set resolver timeout

Parameters

  • id: ID of the template or connection
  • timeout: Timeout value in microseconds

Return Value

0 on success, < 0 on error.