Skip to main content

SteamAPI_ISteamNetworking_CreateP2PConnectionSocket

Function SteamAPI_ISteamNetworking_CreateP2PConnectionSocket 

Source
pub unsafe extern "C" fn SteamAPI_ISteamNetworking_CreateP2PConnectionSocket(
    self_: *mut ISteamNetworking,
    steamIDTarget: uint64_steamid,
    nVirtualPort: c_int,
    nTimeoutSec: c_int,
    bAllowUseOfPacketRelay: bool,
) -> SNetSocket_t