Neural Nets vs. Cellular Automata (nets-vs-automata.net)
36 points by todsacerdoti 2d ago 2 comments
Reverse Engineering All the Raspberry Pis (jeffgeerling.com)
79 points by speckx 11h ago 13 comments
Multi-Path TCP: revolutionizing connectivity, one path at a time
22 signa11 5 8/26/2025, 4:48:58 AM blog.cloudflare.com ↗
> Sadly, MPTCP IPv6 has a caveat. Since IPv6 addresses are long, and MPTCP uses the space-constrained TCP Extensions field, there is not enough room for ADD-ADDR messages if TCP timestamps are enabled. If you want to use MPTCP and IPv6, it's something to consider.
For this, I think if you know a lot about your traffic at the time of the SYN, not using tcp timestamps is reasonable. You lose Protection Against Wrapped Sequence numbers; but that's not a big deal. At one time, you would also lose larger tcp windows for iOS users, but I hope that's been changed... the two things aren't really linked, but there was (is?) a heuristic. But, if you're not planning to send/receive a large amount of data in a small amount of time, PAWS isn't super important. I'm not 100%, but I think syncookies can use tcp timestamps to get a larger cookie... so they have value then, but most services aren't being synflooded.
It would probably be nice if cloudflare supported mptcp.
OH! I saw addresses like this once before and couldn't find any information about it anywhere. I guess I saw some MPTCP flows from some app.