SO_UPDATE_ACCEPT_CONTEXT top-level constant

int const SO_UPDATE_ACCEPT_CONTEXT

This option is used with the AcceptEx function. This option updates the properties of the socket which are inherited from the listening socket. This option should be set if the getpeername, getsockname, getsockopt, or setsockopt functions are to be used on the accepted socket.

Implementation

const SO_UPDATE_ACCEPT_CONTEXT = 0x700B;