SDL_Net assurance

Does the “SDLNet_TCP_Send” offer a reliable message delivery - once
SDLNet_TCP_Send
returns me the exact message size i’ve sent - or would it be wise to
buildmy own checksum routine?

El Monday 05 November 2007 13:54:23 Miguel Pragier escribi?:

Does the “SDLNet_TCP_Send” offer a reliable message delivery - once
SDLNet_TCP_Send
returns me the exact message size i’ve sent - or would it be wise to
buildmy own checksum routine?

You shouldn’t have to perform any additional checksum. TCP/IP ensures that the
data received is reliable.