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 mangement.
|
uint64_t HttpRequestIo
|
Any thread that will generate http request IO.
|
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
Platform.InitializeThreadAffinity
Property
|
Value
|
int ApiVersion
|
API Version: Set this to EOS_INITIALIZE_THREADAFFINITY_API_LATEST.
|
ulong NetworkWork
|
Any thread related to network management that is not IO.
|
ulong StorageIo
|
Any thread that will interact with a storage device.
|
ulong WebSocketIo
|
Any thread that will generate web socket IO.
|
ulong P2PIo
|
Any thread that will generate IO related to P2P traffic and mangement.
|
ulong HttpRequestIo
|
Any thread that will generate http request IO.
|
Was this document useful?
Thank you for the response!
You’ve marked this document as useful:
yes
You’ve marked this document as not useful:
no