Searching a library for client server game progra mming with SDL

Altair Linux <altairlinux gmail.com> writes:

Hello list,I found SDL_net, and I read some documents about sockets, what is
the name of the most habitual library for this?. I use C/C++ under Linux.

SDL_Net is good for the most part. If you want to use UDP you’ll have to
implement your own transmission control and serialization.

ENet is good, but is UDP only. I’m not certain if it supports Game Lobby
Discovery (broadcasting)

I hear Raknet is good. Haven’t used it though.

I WISH I could get grapple to work on windows, but the requirement of openssh
has messed that up for me. (never had luck with openssh on mingw32)