SOCU:AddGlobalSocket

From 3dbrew
Revision as of 22:15, 20 February 2016 by Yellows8 (talk | contribs) (Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00230040] |- | 1 | int sockfd |} =Response= {| class="wikitable" border="1"...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Request[edit]

Index Word Description
0 Header code [0x00230040]
1 int sockfd

Response[edit]

Index Word Description
0 Header code
1 Result code

Description[edit]

Normally each socket is only accessible to the user-process which created it. Once this command finishes the specified socket will be accessible to all processes(or at least more than just the process which created it). This is required by SSL_Services, for example.