Function psp::sys::sceHttpSetRecvTimeOut

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

Set receive timeout

§Parameters

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

§Return Value

0 on success, < 0 on error.