Name: Anonymous 2011-11-07 13:43
If you're so lazy that you have to rely on a lower level protocol for reliability, rather than implementing your own reliability features at the application layer, it's time to stop programming.
TCP_send(void *buff, int size){
UDP_send(buff, size);
UDP_send(buff, size);
UDP_send(buff, size);
UDP_send(buff, size);
UDP_send(buff, size);
UDP_send(buff, size);
UDP_send(buff, size);
UDP_send(buff, size);
UDP_send(buff, size);
UDP_send(buff, size);
UDP_send(buff, size);
}