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
Property | Value |
---|---|
int32_t ApiVersion | API Version: Set this to EOS_INITIALIZE_THREADAFFINITY_API_LATEST. |
uint64_t NetworkWork | Any thread related to network management that is not IO. |
uint64_t StorageIo | Any thread that will interact with a storage device. |
uint64_t WebSocketIo | Any thread that will generate web socket IO. |
uint64_t P2PIo | Any thread that will generate IO related to P2P traffic and management. |
uint64_t HttpRequestIo | Any thread that will generate http request IO. |
uint64_t RTCIo | Any thread that will generate IO related to RTC traffic and management. |