SDL_net icon indicating copy to clipboard operation
SDL_net copied to clipboard

A simple, cross-platform wrapper over TCP/IP sockets.

Results 25 SDL_net issues
Sort by recently updated
recently updated
newest added

I'm packaging SDL_net for FreeBSD and for that purpose I need it to install the same set of files regardless of debug/release build mode. For the context, we don't have...

- Always install `SDL2_net.pc`, independent of building a shared/static SDL2_net and independent of building a release/debug version. Fixes #60 - Test the version embedded in`./configure` in `./test-versioning.sh`.

Extracting the latest SDL2_net 2.2.0 release on Windows, using msys2, gives the following error: ``` $ tar xf SDL2_net-2.2.0.tar.gz tar: SDL2_net-2.2.0/Xcode/macOS/SDL2.framework/Resources: Cannot create symlink to ‘Versions/Current/Resources’: No such file or...

I have a case where I need to detect if a connection is disconnected (e.g. SDL_Net_TCP_Recv with size 1 returns

This comment from https://discourse.libsdl.org/t/sdl2-net-misleading-documentation/37036 ... >As far as I can see the ‘official’ home page for SDL_net 2.0 is [here](https://www.libsdl.org/projects/SDL_net/), but if you then follow the link to the [documentation](https://www.libsdl.org/projects/SDL_net/docs/index.html)...

Any plan to support ip version 6 in the future ?

The `sendfile` and `TransmitFile` functions are optimized for sending data from file handles to socket handles. It would be rather nice to have this functionality, both for efficiency and for...

# This bug report was migrated from our old Bugzilla tracker. **Reported in version:** unspecified **Reported for operating system, platform:** Linux, x86_64 # Comments on the original bug report: On...

bug

# This bug report was migrated from our old Bugzilla tracker. **Reported in version:** unspecified **Reported for operating system, platform:** Other, x86 # Comments on the original bug report: On...

bug