Description
Basic networking can be added to Windows-targeted SDL applications with a small cross-platform helper library. Developers use SDL_net for simple game or tool networking without adopting a larger networking stack.
It is a networking library, not a server or chat app. Networked applications need clear handling of trust, authentication, latency, and untrusted messages.