EOS_Initialize_ThreadAffinity

EOS API reference page for EOS_Initialize_ThreadAffinity

1分で読めます

Remarks

Options for initializing defining thread affinity for use by Epic Online Services SDK. Set the affinity to 0 to allow EOS SDK to use a platform specific default value.

Properties

EOS_Initialize_ThreadAffinity

PropertyValue
int32_t ApiVersionAPI Version: Set this to EOS_INITIALIZE_THREADAFFINITY_API_LATEST.
uint64_t NetworkWorkAny thread related to network management that is not IO.
uint64_t StorageIoAny thread that will interact with a storage device.
uint64_t WebSocketIoAny thread that will generate web socket IO.
uint64_t P2PIoAny thread that will generate IO related to P2P traffic and management.
uint64_t HttpRequestIoAny thread that will generate http request IO.
uint64_t RTCIoAny thread that will generate IO related to RTC traffic and management.