In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Nlibcurl.rpl

From WiiUBrew
Revision as of 12:52, 1 August 2015 by Zhuowei (talk | contribs) (Document the extra curl options)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The version of curl shipped with the Wii U includes a few extra options, mostly for configuring the SSL implementation.


Extra options

These options are passed to curl_easy_setopt.

CURLOPT_NSSL_CONTEXT

value: 210

The NSSLContext obtained from calling NSSLCreateContext. Required for SSL connections.

CURLOPT_UNKNOWN_211

value: 211

nn_ec.rpl sets this to 3.

CURLOPT_UNKNOWN_215

value: 215

nn_ec.rpl sets this to 0, doesn't appear to be handled in the actual library itself (returns an error?)