swrap icon indicating copy to clipboard operation
swrap copied to clipboard

Portable, single-file, protocol-agnostic TCP and UDP socket wrapper, primarily for game networking

Results 2 swrap issues
Sort by recently updated
recently updated
newest added

It seems to me that this repository is no longer active. so I don't know if it would be interesting. Perhaps a compilation guide and a small example demonstrating how...

I was having trouble getting swrap to compile in C99 mode with GCC, but then I put ```` #undef _DEFAULT_SOURCE #define _DEFAULT_SOURCE 1 ```` at the top of a .c...