SDL_net: non-blocking TCP connections?

Hi,

I just started porting Unix network code to SDL_net for a real-time game.
Is there a way to make SDL TCP connections non-blocking? I want to avoid
threads and UDP.

/MB