summary: A demo scene page that is smaller than a single IP frame and uses some flags to avoid other round trips.
view-source:http://packet.city/
The page itself and view-source only work on some browsers. Use wireshark etc to see what it actually does.
-> DNS query A -> DNS query AAAA <- DNS reply A <- DNS reply AAAA -> TCP SYN <- TCP SYN,ACK -> TCP ACK -> HTTP GET <- HTTP reply <= That's the content! -> TCP ACK <- TCP FIN,ACK -> TCP FIN,ACK <- TCP RST <- TCP RST
One could imagine a merged DNS and TCP syn packet, which goes to a DNS server who converts it to a TCP packet, and gets forwarded to the origin server.
summary: A demo scene page that is smaller than a single IP frame and uses some flags to avoid other round trips.
view-source:http://packet.city/
The page itself and view-source only work on some browsers. Use wireshark etc to see what it actually does.