SSLC:ReadPeek

Revision as of 16:29, 30 March 2016 by Yellows8 (talk | contribs) (Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00150082] |- | 1 | SSL context handle |- | 2 | Size |- | 3 | (Size<<4) <nowi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

RequestEdit

Index Word Description
0 Header code [0x00150082]
1 SSL context handle
2 Size
3 (Size<<4) | 12
4 Pointer to output data

ResponseEdit

Index Word Description
0 Header code
1 Result code
2 Total received data

DescriptionEdit

Same as SSLC:Read, except with the equivalent of the recv() MSG_PEEK flag.