SDLNet_SetOpenTimeout(Uint32 msecs); would be nice. Since there is no need then to change the open-calls, thereby providing compability with older versions of SDL_net. I guess it would also be possible to supply alternative open-calls, like: SDLNet_TCP_OpenTimeout(IPAddress *IP, Uint32 msecs); Would this be interesting? // Simon