CYINetworkConfigurationPS4 is a data structure that describes the properties of the You.i Engine network components on PlayStation 4.
Default values: Lib HTTP size: 256 * 1024 bytes SSL pool size: 1024 * 1024 bytes Net heap size: 64 * 1024 bytes
#include <network/YiNetworkConfigurationPS4.h>

| CYINetworkConfigurationPS4::CYINetworkConfigurationPS4 | ( | ) |
|
virtual |
| uint32_t CYINetworkConfigurationPS4::GetHTTPLibPoolSize | ( | ) | const |
The size in bytes of the HTTP library pool. Default is 256 * 1024.
| uint32_t CYINetworkConfigurationPS4::GetNetHeapSize | ( | ) | const |
The size in bytes of the net heap. Default is 64 * 1024.
| uint32_t CYINetworkConfigurationPS4::GetSSLPoolSize | ( | ) | const |
The size in bytes of the SSL pool. Default is 1024 * 1024.
| void CYINetworkConfigurationPS4::SetHTTPLibPoolSize | ( | const uint32_t | uBytes | ) |
The size in uBytes of the HTTP library pool.
| void CYINetworkConfigurationPS4::SetNetHeapSize | ( | const uint32_t | uBytes | ) |
The size in uBytes of the Net heap.
| void CYINetworkConfigurationPS4::SetSSLPoolSize | ( | const uint32_t | uBytes | ) |
The size in uBytes of the SSL pool.