RDLTR

Short for Read Later. Save links from any browser or phone. Click to save, read to clear. The full tour

One topic. Every takeSeek and you shall find

Reading up on TCP

3 deep · digging since nov 21, 25

  • lobste.rs favicon
    The occasional `ECONNRESET`

    Closing a TCP socket with `shutdown(RD_WR)` or `close()` can cause `ECONNRESET` errors for the peer because data still in flight may be discarded before the receiver finishes reading.

  • news.ycombinator.com favicon
    Show HN: An interactive guide to how browsers work

    An interactive guide explains browser mechanics from URL parsing to TCP connections and HTTP requests, aiming to build intuitive understanding.

  • news.ycombinator.com favicon
    TCP, the workhorse of the internet

    TCP ensures reliable data delivery over unreliable IP by managing packet loss, congestion, and ordering, forming the backbone of HTTP, email, and SSH.