SDL Wiki
[ front page | index | search | recent changes | git repo | offline html ]
(This function is part of SDL_net, a separate library from SDL.)

NET_GetStreamSocketAddress

Get the remote address of a stream socket.

Header File

Defined in <SDL3_net/SDL_net.h>

Syntax

NET_Address * NET_GetStreamSocketAddress(NET_StreamSocket *sock);

Function Parameters

NET_StreamSocket * sock the stream socket to query.

Return Value

(NET_Address *) Returns the socket's remote address, or NULL on error; call SDL_GetError() for details.

Remarks

This reports the address of the remote side of a stream socket, which might still be pending connnection.

This adds a reference to the address; the caller must call NET_UnrefAddress() when done with it.

Thread Safety

It is safe to call this function from any thread.

Version

This function is available since SDL_net 3.0.0.


CategoryAPI, CategoryAPIFunction, CategorySDLNet


[ edit | delete | history | feedback | raw ]

All wiki content is licensed under Creative Commons Attribution 4.0 International (CC BY 4.0).
Wiki powered by ghwikipp.