Explore >> Select a destination


You are here

gafferongames.com
| | freebsd.uw.cz
5.8 parsecs away

Travel
| | The TCP stack and congestion control algorithms are core components of any modern operating system's networking infrastructure. They directl...
| | eyakubovich.github.io
4.6 parsecs away

Travel
| | In this post, I will divert from my usual topic of C++ to jog down my thoughts about TCP and SSL. I have limited knowledge of networking and even more limited understanding of security so my ramblings here might be full of flaws and security holes. Nevertheless, I thought it...
| | sookocheff.com
2.1 parsecs away

Travel
| | The transmission control protocol (TCP) does one job very well - it creates an abstraction that makes an unreliable channel look like a reliable network. For applications built over an unreliable network like the Internet, TCP is a godsend that hides a lot of the inherent complexity in building networked applications. A laundry list of TCP features that application developers rely on every day includes: retransmission of lost data, in-order data delivery, data integrity, and congestion control. This arti...
| | nagekar.com
19.4 parsecs away

Travel
|