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 4b21044 commit 981e542Copy full SHA for 981e542
include/SDL3_net/SDL_net.h
@@ -758,8 +758,7 @@ 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
762
- * [SDLNet_DestroyStreamSocket()](SDLNet_DestroyStreamSocket).
+ * usable and should destroy it with SDL_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