Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

TCP is shit

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.

Name: Anonymous 2011-11-08 15:24

>>28

UDP with parity checks don't give you shit - in fact, parity check on top of UDP gives you absolutely nothing since UDP already has a checksum. You need to also do sequence numbering because your packets will come out of order and get dropped. You need to do retransmission request and maintain a reordering buffer. You need to somehow do congestion control. In other words, you need to re-implement TCP, except you don't know shit about transport protocols so your implementation will be complete garbage.

>>31

That doesn't even make any sense. Also, SSL/TLS says "Hi!"

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List