Advanced #Programming in the #UNIX Environment
Week 9, socket(PF_INET, SOCK_DGRAM, 0)
In this video lecture, we show how to communicate between hosts across the internet using datagram sockets in the PF_INET domain (i.e., #UDP). We also observe the packets as they are sent by using the #tcpdump utility.