nn::socket::Initialize FunctionResult Initialize( nn::fnd::IAllocator & allocator, size_t bufferSize, s32 maxSessions );
| Name | Description | |
|---|---|---|
| allocator | ||
| bufferSize | ||
| maxSessions |
Initializes the socket library, allowing socket API functions to be called.
Retained for compatibility with past versions. Try to avoid using this function if at all possible, because it does not use memory efficiently.
CONFIDENTIAL