Advanced #Programming in the #UNIX Environment
Week 9, socket(PF_INET6, SOCK_STREAM, 0)
In this video, we demonstrate the use of STREAM sockets in the INET6 domain, meaning we'll use TCP to establish a sequenced, reliable, two-way byte stream over an #IPv6 network. We use our good friend #tcpdump to inspect the packets on the wire, observing the TCP three-way handshake, data being pushed, the connection tear down or reset (RST) packets from the server.