-
see [mptcp]
- TCP-in-UDP
-
MicroTCP A minimal TCP/IP stack
-
MicroTCP is a TCP/IP network stack I started building as a learning exercise while attending the Computer Networking course
-
MicroTCP implements ARP (RFC 826, complete), IPv4 (no fragmentation), ICMP (minimum necessary to reply to pings) and TCP (complete but not stress-tested)
-
-
also in [optimisations]
-
Why your website should be under 14kB in size
- 14kb is 10 TCP packets, no need for acks, [tcp] slow start. MTU size of 1500bytes (ethernet layer2 limitation)