Function psp::sys::sceHttpSetSendTimeOut

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

Set send timeout

§Parameters

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

§Return Value

0 on success, < 0 on error.