createP2pConnectionSocket method

SnetSocket createP2pConnectionSocket(
  1. CSteamId steamIdTarget,
  2. int nVirtualPort,
  3. int nTimeoutSec,
  4. bool allowUseOfPacketRelay,
)

Implementation

SnetSocket createP2pConnectionSocket(
  CSteamId steamIdTarget,
  int nVirtualPort,
  int nTimeoutSec,
  bool allowUseOfPacketRelay,
) =>
    _createP2pConnectionSocket.call(
      this,
      steamIdTarget,
      nVirtualPort,
      nTimeoutSec,
      allowUseOfPacketRelay,
    );