SOCU:AddGlobalSocket

From 3dbrew
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Request

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

Response

Index Word Description
0 Header code
1 Result code

Description

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.