Hacker News new | ask | show | jobs
by minus7 3019 days ago
Couldn't you theoretically run traffic over pseudo-TCP. I.e. you send packets that look like TCP (IP packet type TCP + TCP header), but bypass the kernel's TCP stack and put arbitrary, packet-based data in it, like UDP. Theoretically speaking.
1 comments

Yes, but the same middle boxes would choke on that too, either corrupting it or blocking it.