Skip to main content

sceHttpSetConnectTimeOut

Function sceHttpSetConnectTimeOut 

Source
pub unsafe extern "C" fn sceHttpSetConnectTimeOut(
    id: c_int,
    timeout: c_uint,
) -> c_int
Expand description

Set connect timeout

@param id - ID of the template, connection or request @param timeout - Timeout value in microseconds @return 0 on success, < 0 on error.