SDL Digest, Vol 25, Issue 75

Hello all,

(This may have already been changed in 1.3?) SDLNet_TCP_Send takes a
void* to a buffer in memory, writes it to a socket and send it. I was
wondering why it is not const void*? Does it actually modify the data
under the hood, or is it just to match the SDLNet_TCP_Recv function?

Thanks,
Chris