We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 034e410 commit 2e6b797Copy full SHA for 2e6b797
include/SDL3_net/SDL_net.h
@@ -758,7 +758,8 @@ extern SDL_DECLSPEC bool SDLCALL SDLNet_WriteToStreamSocket(SDLNet_StreamSocket
758
* other networking failures occurred), this function will report failure by
759
* returning -1. Stream sockets only report failure for unrecoverable
760
* conditions; once a stream socket fails, you should assume it is no longer
761
- * usable and should destroy it with SDL_DestroyStreamSocket().
+ * usable and should destroy it with
762
+ * [SDLNet_DestroyStreamSocket()](SDLNet_DestroyStreamSocket).
763
*
764
* \param sock the stream socket to query.
765
* \returns number of bytes still pending transmission, -1 on failure; call
0 commit comments