Explore >> Select a destination


You are here

sookocheff.com
| | unorde.red
2.0 parsecs away

Travel
| | [AI summary] This article provides a technical overview of the Transmission Control Protocol (TCP), explaining how it ensures reliable data transfer over an unreliable network using concepts like ports, sequence numbers, acknowledgments, and connection handshakes.
| | internalpointers.com
1.9 parsecs away

Travel
| | One of the most important, high-level protocols in the Internet Protocol Suite.
| | gafferongames.com
2.1 parsecs away

Travel
| | Hello readers, I'm no longer posting new content on gafferongames.com Please check out my new blog at mas-bandwidth.com! Introduction Hi, I'm Glenn Fiedler and welcome to Networking for Game Programmers. In the previous article, we added our own concept of virtual connection on top of UDP. In this article we're going to add reliability, ordering and congestion avoidance to our virtual UDP connection. The Problem with TCP Those of you familiar with TCP know that it already has its own concept of connectio...
| | book.hacktricks.xyz
17.6 parsecs away

Travel
| [AI summary] A technical guide detailing multiple methods and command-line examples for escaping from Docker containers to gain access to the host system, covering techniques like socket exploitation, capability abuse, and CVE exploitation.